Html Css Color HEX #661229 Pohutukawa

📋 copy color: '#661229'

red 102 ◦ green 18 ◦ blue 41

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

Shades of Pohutukawa #661229

Tints of Pohutukawa #661229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.47%

R = 63.35%
G = 11.18%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#661229 (or 0x661229) is known color: Pohutukawa. HEX triplet: 66, 12 and 29. RGB value is (102,18,41). Sum of RGB (Red+Green+Blue) = 102+18+41=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #661229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661229 is #99EDD6. Grayscale: #2D2D2D. Windows color (decimal): -10087895 or 2691686. OLE color: 2691686.

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

Color convert

RGB 102 18 41 -
CMYK 0 0.82 0.60 0.6
HSL 343.57º 0.7% 0.24% -
HSV(B) 343.57º 0.82% 0.4% -
XYZ 6.1 3.42 2.44 -
YUV 45.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 102 18 41 0 0.82 0.60 0.6 343.57 0.7 0.24
Hex 66 12 29 0 52 3C 3C 158 46 18
Octal 146 22 51 0 122 74 74 530 106 30
Binary 1100110 10010 101001 0 1010010 111100 111100 101011000 1000110 11000

Color Harmonies of #661229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661229

Black with #661229

Text Example


Text Example

White with #661229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661229; }

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

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

background-color css

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

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

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

border-color css

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

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

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