Html Css Color HEX #66112B Pohutukawa

📋 copy color: '#66112B'

red 102 ◦ green 17 ◦ blue 43

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

Shades of Pohutukawa #66112B

Tints of Pohutukawa #66112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.54%

R = 62.96%
G = 10.49%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#66112B (or 0x66112B) is known color: Pohutukawa. HEX triplet: 66, 11 and 2B. RGB value is (102,17,43). Sum of RGB (Red+Green+Blue) = 102+17+43=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #66112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66112B is #99EED4. Grayscale: #2D2D2D. Windows color (decimal): -10088149 or 2822502. OLE color: 2822502.

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

Color convert

RGB 102 17 43 -
CMYK 0 0.83 0.58 0.6
HSL 341.65º 0.71% 0.23% -
HSV(B) 341.65º 0.83% 0.4% -
XYZ 6.12 3.4 2.62 -
YUV 45.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 102 17 43 0 0.83 0.58 0.6 341.65 0.71 0.23
Hex 66 11 2B 0 53 3A 3C 156 47 17
Octal 146 21 53 0 123 72 74 526 107 27
Binary 1100110 10001 101011 0 1010011 111010 111100 101010110 1000111 10111

Color Harmonies of #66112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66112B

Black with #66112B

Text Example


Text Example

White with #66112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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