Html Css Color HEX #66112A Pohutukawa

📋 copy color: '#66112A'

red 102 ◦ green 17 ◦ blue 42

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

Shades of Pohutukawa #66112A

Tints of Pohutukawa #66112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.09%

R = 63.35%
G = 10.56%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#66112A (or 0x66112A) is known color: Pohutukawa. HEX triplet: 66, 11 and 2A. RGB value is (102,17,42). Sum of RGB (Red+Green+Blue) = 102+17+42=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #66112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66112A is #99EED5. Grayscale: #2D2D2D. Windows color (decimal): -10088150 or 2756966. OLE color: 2756966.

HSL color Cylindrical-coordinate representation of color #66112A: hue angle of 342.35º 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 #66112A is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 42 -
CMYK 0 0.83 0.59 0.6
HSL 342.35º 0.71% 0.23% -
HSV(B) 342.35º 0.83% 0.4% -
XYZ 6.1 3.39 2.52 -
YUV 45.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 102 17 42 0 0.83 0.59 0.6 342.35 0.71 0.23
Hex 66 11 2A 0 53 3B 3C 156 47 17
Octal 146 21 52 0 123 73 74 526 107 27
Binary 1100110 10001 101010 0 1010011 111011 111100 101010110 1000111 10111

Color Harmonies of #66112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66112A

Black with #66112A

Text Example


Text Example

White with #66112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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