#691216

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

Shades of Pohutukawa #691216

Tints of Pohutukawa #691216

Color information

#691216 (or 0x691216) is unknown color: approx Pohutukawa. HEX triplet: 69, 12 and 16. RGB value is (105,18,22). Sum of RGB (Red+Green+Blue) = 105+18+22=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #691216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691216 is #96EDE9. Grayscale: #2C2C2C. Windows color (decimal): -9891306 or 1446505. OLE color: 1446505.

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

Color convert

RGB1051822-
CMYK00.830.790.59
HSL357.24º70.73%24.12%-
HSV(B)357.24º82.86%41.18%-
XYZ6.193.491.11-
YUV44.47115.32171.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 72.41%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=72.41%
G=12.41%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105182200.830.790.59357.2470.7324.12
Hex6912160534F3B1654718
Octal151222601231177354510730
Binary11010011001010110010100111001111111011101100101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691216; }

 p { color: rgb(105,18,22); }

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

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

 a { background-color: rgb(105,18,22); }

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

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

 span { border-color: rgb(105,18,22); }

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