Html Css Color HEX #66091D Pohutukawa

📋 copy color: '#66091D'

red 102 ◦ green 9 ◦ blue 29

#66091D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #66091D

Tints of Pohutukawa #66091D

RGB

 RED value IS 102 (40.23% from 255) = 72.86%

 GREEN value IS 9 (3.91% from 255) = 6.43%

 BLUE value IS 29 (11.72% from 255) = 20.71%

R = 72.86%
G = 6.43%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66091D (or 0x66091D) is known color: Pohutukawa. HEX triplet: 66, 09 and 1D. RGB value is (102,9,29). Sum of RGB (Red+Green+Blue) = 102+9+29=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #66091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66091D is #99F6E2. Grayscale: #272727. Windows color (decimal): -10090211 or 1902950. OLE color: 1902950.

HSL color Cylindrical-coordinate representation of color #66091D: hue angle of 347.1º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66091D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 9 29 -
CMYK 0 0.91 0.72 0.6
HSL 347.1º 0.84% 0.22% -
HSV(B) 347.1º 0.91% 0.4% -
XYZ 5.8 3.11 1.46 -
YUV 39.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 102 9 29 0 0.91 0.72 0.6 347.1 0.84 0.22
Hex 66 9 1D 0 5B 48 3C 15B 54 16
Octal 146 11 35 0 133 110 74 533 124 26
Binary 1100110 1001 11101 0 1011011 1001000 111100 101011011 1010100 10110

Color Harmonies of #66091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66091D

Black with #66091D

Text Example


Text Example

White with #66091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,9,29); }

 H1.HeaderClassName
 {
   color: #66091D;
 }
 .AnyTagClassName
 {
   color: #66091D;
 }
</style>

background-color css

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

 a { background-color: rgb(102,9,29); }

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

border-color css

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

 span { border-color: rgb(102,9,29); }

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