Html Css Color HEX #661220 Pohutukawa

📋 copy color: '#661220'

red 102 ◦ green 18 ◦ blue 32

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

Shades of Pohutukawa #661220

Tints of Pohutukawa #661220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 67.11%
G = 11.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#661220 (or 0x661220) is known color: Pohutukawa. HEX triplet: 66, 12 and 20. RGB value is (102,18,32). Sum of RGB (Red+Green+Blue) = 102+18+32=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #661220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661220 is #99EDDF. Grayscale: #2C2C2C. Windows color (decimal): -10087904 or 2101862. OLE color: 2101862.

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

Color convert

RGB 102 18 32 -
CMYK 0 0.82 0.69 0.6
HSL 350º 0.7% 0.24% -
HSV(B) 350º 0.82% 0.4% -
XYZ 5.96 3.36 1.7 -
YUV 44.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 102 18 32 0 0.82 0.69 0.6 350 0.7 0.24
Hex 66 12 20 0 52 45 3C 15E 46 18
Octal 146 22 40 0 122 105 74 536 106 30
Binary 1100110 10010 100000 0 1010010 1000101 111100 101011110 1000110 11000

Color Harmonies of #661220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661220

Black with #661220

Text Example


Text Example

White with #661220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661220; }

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

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

background-color css

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

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

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

border-color css

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

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

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