#69191D

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

Shades of Pohutukawa #69191D

Tints of Pohutukawa #69191D

Color information

#69191D (or 0x69191D) is unknown color: approx Pohutukawa. HEX triplet: 69, 19 and 1D. RGB value is (105,25,29). Sum of RGB (Red+Green+Blue) = 105+25+29=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #69191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69191D is #96E6E2. Grayscale: #313131. Windows color (decimal): -9889507 or 1907049. OLE color: 1907049.

HSL color Cylindrical-coordinate representation of color #69191D: hue angle of 357º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69191D is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1052529-
CMYK00.760.720.59
HSL357º61.54%25.49%-
HSV(B)357º76.19%41.18%-
XYZ6.43.791.56-
YUV49.38116.5167.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.04%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=66.04%
G=15.72%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105252900.760.720.5935761.5425.49
Hex69191D04C483B1653e19
Octal15131350114110735457631
Binary1101001110011110101001100100100011101110110010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69191D; }

 p { color: rgb(105,25,29); }

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

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

 a { background-color: rgb(105,25,29); }

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

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

 span { border-color: rgb(105,25,29); }

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