Html Css Color HEX #66121E Pohutukawa

📋 copy color: '#66121E'

red 102 ◦ green 18 ◦ blue 30

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

Shades of Pohutukawa #66121E

Tints of Pohutukawa #66121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

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

R = 68%
G = 12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#66121E (or 0x66121E) is known color: Pohutukawa. HEX triplet: 66, 12 and 1E. RGB value is (102,18,30). Sum of RGB (Red+Green+Blue) = 102+18+30=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66121E is #99EDE1. Grayscale: #2C2C2C. Windows color (decimal): -10087906 or 1970790. OLE color: 1970790.

HSL color Cylindrical-coordinate representation of color #66121E: hue angle of 351.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66121E is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 30 -
CMYK 0 0.82 0.71 0.6
HSL 351.43º 0.7% 0.24% -
HSV(B) 351.43º 0.82% 0.4% -
XYZ 5.93 3.35 1.56 -
YUV 44.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 102 18 30 0 0.82 0.71 0.6 351.43 0.7 0.24
Hex 66 12 1E 0 52 47 3C 15F 46 18
Octal 146 22 36 0 122 107 74 537 106 30
Binary 1100110 10010 11110 0 1010010 1000111 111100 101011111 1000110 11000

Color Harmonies of #66121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66121E

Black with #66121E

Text Example


Text Example

White with #66121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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