Html Css Color HEX #662029 Pohutukawa

📋 copy color: '#662029'

red 102 ◦ green 32 ◦ blue 41

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

Shades of Pohutukawa #662029

Tints of Pohutukawa #662029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.29%

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

R = 58.29%
G = 18.29%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#662029 (or 0x662029) is known color: Pohutukawa. HEX triplet: 66, 20 and 29. RGB value is (102,32,41). Sum of RGB (Red+Green+Blue) = 102+32+41=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #662029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662029 is #99DFD6. Grayscale: #353535. Windows color (decimal): -10084311 or 2695270. OLE color: 2695270.

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

Color convert

RGB 102 32 41 -
CMYK 0 0.69 0.60 0.6
HSL 352.29º 0.52% 0.26% -
HSV(B) 352.29º 0.69% 0.4% -
XYZ 6.4 4.02 2.54 -
YUV 53.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 102 32 41 0 0.69 0.60 0.6 352.29 0.52 0.26
Hex 66 20 29 0 45 3C 3C 160 34 1A
Octal 146 40 51 0 105 74 74 540 64 32
Binary 1100110 100000 101001 0 1000101 111100 111100 101100000 110100 11010

Color Harmonies of #662029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662029

Black with #662029

Text Example


Text Example

White with #662029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662029; }

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

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

background-color css

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

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

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

border-color css

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

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

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