Html Css Color HEX #66091E Pohutukawa

📋 copy color: '#66091E'

red 102 ◦ green 9 ◦ blue 30

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

Shades of Pohutukawa #66091E

Tints of Pohutukawa #66091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.28%

R = 72.34%
G = 6.38%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#66091E (or 0x66091E) is known color: Pohutukawa. HEX triplet: 66, 09 and 1E. RGB value is (102,9,30). Sum of RGB (Red+Green+Blue) = 102+9+30=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #66091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66091E is #99F6E1. Grayscale: #272727. Windows color (decimal): -10090210 or 1968486. OLE color: 1968486.

HSL color Cylindrical-coordinate representation of color #66091E: hue angle of 346.45º 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 #66091E is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 9 30 -
CMYK 0 0.91 0.71 0.6
HSL 346.45º 0.84% 0.22% -
HSV(B) 346.45º 0.91% 0.4% -
XYZ 5.81 3.11 1.52 -
YUV 39.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 102 9 30 0 0.91 0.71 0.6 346.45 0.84 0.22
Hex 66 9 1E 0 5B 47 3C 15A 54 16
Octal 146 11 36 0 133 107 74 532 124 26
Binary 1100110 1001 11110 0 1011011 1000111 111100 101011010 1010100 10110

Color Harmonies of #66091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66091E

Black with #66091E

Text Example


Text Example

White with #66091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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