Html Css Color HEX #662027 Pohutukawa

📋 copy color: '#662027'

red 102 ◦ green 32 ◦ blue 39

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

Shades of Pohutukawa #662027

Tints of Pohutukawa #662027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.54%

R = 58.96%
G = 18.5%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#662027 (or 0x662027) is known color: Pohutukawa. HEX triplet: 66, 20 and 27. RGB value is (102,32,39). Sum of RGB (Red+Green+Blue) = 102+32+39=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #662027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662027 is #99DFD8. Grayscale: #353535. Windows color (decimal): -10084313 or 2564198. OLE color: 2564198.

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

Color convert

RGB 102 32 39 -
CMYK 0 0.69 0.62 0.6
HSL 354º 0.52% 0.26% -
HSV(B) 354º 0.69% 0.4% -
XYZ 6.36 4 2.36 -
YUV 53.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 102 32 39 0 0.69 0.62 0.6 354 0.52 0.26
Hex 66 20 27 0 45 3E 3C 162 34 1A
Octal 146 40 47 0 105 76 74 542 64 32
Binary 1100110 100000 100111 0 1000101 111110 111100 101100010 110100 11010

Color Harmonies of #662027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662027

Black with #662027

Text Example


Text Example

White with #662027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662027; }

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

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

background-color css

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

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

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

border-color css

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

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

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