#691328

Color #691328 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #691328

Tints of Pohutukawa #691328

Color information

#691328 (or 0x691328) is unknown color: approx Pohutukawa. HEX triplet: 69, 13 and 28. RGB value is (105,19,40). Sum of RGB (Red+Green+Blue) = 105+19+40=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #691328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691328 is #96ECD7. Grayscale: #2F2F2F. Windows color (decimal): -9891032 or 2626409. OLE color: 2626409.

HSL color Cylindrical-coordinate representation of color #691328: hue angle of 345.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #691328 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1051940-
CMYK00.820.620.59
HSL345.35º69.35%24.31%-
HSV(B)345.35º81.9%41.18%-
XYZ6.443.622.37-
YUV47.11123.99169.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 64.02%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=64.02%
G=11.59%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105194000.820.620.59345.3569.3524.31
Hex6913280523E3B1594518
Octal15123500122767353110530
Binary11010011001110100001010010111110111011101011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691328; }

 p { color: rgb(105,19,40); }

 H1.HeaderClassName
 {
   color: #691328;
 }
 .AnyTagClassName
 {
   color: #691328;
 }
</style>
background-color css

<style>
 a { background-color: #691328; }

 a { background-color: rgb(105,19,40); }

 div.DivClassName
 {
   background-color: #691328;
 }
 .BgClassName
 {
   background-color: #691328;
 }
</style>
border-color css

<style>
 span { border-color: #691328; }

 span { border-color: rgb(105,19,40); }

 td.TdClassName
 {
   border-color: #691328;
 }
 .TagClassName
 {
   border-color: #691328;
 }
</style>