#66122A

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

Shades of Pohutukawa #66122A

Tints of Pohutukawa #66122A

Color information

#66122A (or 0x66122A) is unknown color: approx Pohutukawa. HEX triplet: 66, 12 and 2A. RGB value is (102,18,42). Sum of RGB (Red+Green+Blue) = 102+18+42=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #66122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66122A is #99EDD5. Grayscale: #2D2D2D. Windows color (decimal): -10087894 or 2757222. OLE color: 2757222.

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

Color convert

RGB1021842-
CMYK00.820.590.6
HSL342.86º70%23.53%-
HSV(B)342.86º82.35%40%-
XYZ6.113.422.53-
YUV45.85125.83168.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=62.96%
G=11.11%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102184200.820.590.6342.867023.53
Hex66122A0523B3C1574618
Octal14622520122737452710630
Binary11001101001010101001010010111011111100101010111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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