#66122B

Color #66122B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #66122B

Tints of Pohutukawa #66122B

Color information

#66122B (or 0x66122B) is unknown color: approx Pohutukawa. HEX triplet: 66, 12 and 2B. RGB value is (102,18,43). Sum of RGB (Red+Green+Blue) = 102+18+43=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66122B is #99EDD4. Grayscale: #2D2D2D. Windows color (decimal): -10087893 or 2822758. OLE color: 2822758.

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

Color convert

RGB1021843-
CMYK00.820.580.6
HSL342.14º70%23.53%-
HSV(B)342.14º82.35%40%-
XYZ6.133.432.62-
YUV45.97126.33167.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=62.58%
G=11.04%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102184300.820.580.6342.147023.53
Hex66122B0523A3C1564618
Octal14622530122727452610630
Binary11001101001010101101010010111010111100101010110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66122B;
 }
 .AnyTagClassName
 {
   color: #66122B;
 }
</style>
background-color css

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

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

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

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

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

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