Html Css Color HEX #66112C Pohutukawa

📋 copy color: '#66112C'

red 102 ◦ green 17 ◦ blue 44

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

Shades of Pohutukawa #66112C

Tints of Pohutukawa #66112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

 BLUE value IS 44 (17.58% from 255) = 26.99%

R = 62.58%
G = 10.43%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#66112C (or 0x66112C) is known color: Pohutukawa. HEX triplet: 66, 11 and 2C. RGB value is (102,17,44). Sum of RGB (Red+Green+Blue) = 102+17+44=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66112C is #99EED3. Grayscale: #2D2D2D. Windows color (decimal): -10088148 or 2888038. OLE color: 2888038.

HSL color Cylindrical-coordinate representation of color #66112C: hue angle of 340.94º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66112C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 44 -
CMYK 0 0.83 0.57 0.6
HSL 340.94º 0.71% 0.23% -
HSV(B) 340.94º 0.83% 0.4% -
XYZ 6.13 3.41 2.72 -
YUV 45.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 102 17 44 0 0.83 0.57 0.6 340.94 0.71 0.23
Hex 66 11 2C 0 53 39 3C 155 47 17
Octal 146 21 54 0 123 71 74 525 107 27
Binary 1100110 10001 101100 0 1010011 111001 111100 101010101 1000111 10111

Color Harmonies of #66112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66112C

Black with #66112C

Text Example


Text Example

White with #66112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66112C; }

 p { color: rgb(102,17,44); }

 H1.HeaderClassName
 {
   color: #66112C;
 }
 .AnyTagClassName
 {
   color: #66112C;
 }
</style>

background-color css

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

 a { background-color: rgb(102,17,44); }

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

border-color css

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

 span { border-color: rgb(102,17,44); }

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