Html Css Color HEX #662129 Pohutukawa

📋 copy color: '#662129'

red 102 ◦ green 33 ◦ blue 41

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

Shades of Pohutukawa #662129

Tints of Pohutukawa #662129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.75%

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

R = 57.95%
G = 18.75%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#662129 (or 0x662129) is known color: Pohutukawa. HEX triplet: 66, 21 and 29. RGB value is (102,33,41). Sum of RGB (Red+Green+Blue) = 102+33+41=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #662129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662129 is #99DED6. Grayscale: #363636. Windows color (decimal): -10084055 or 2695526. OLE color: 2695526.

HSL color Cylindrical-coordinate representation of color #662129: hue angle of 353.04º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662129 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 41 -
CMYK 0 0.68 0.60 0.6
HSL 353.04º 0.51% 0.26% -
HSV(B) 353.04º 0.68% 0.4% -
XYZ 6.42 4.07 2.55 -
YUV 54.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 102 33 41 0 0.68 0.60 0.6 353.04 0.51 0.26
Hex 66 21 29 0 44 3C 3C 161 33 1A
Octal 146 41 51 0 104 74 74 541 63 32
Binary 1100110 100001 101001 0 1000100 111100 111100 101100001 110011 11010

Color Harmonies of #662129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662129

Black with #662129

Text Example


Text Example

White with #662129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662129; }

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

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

background-color css

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

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

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

border-color css

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

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

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