#652027

Color #652027 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #652027

Tints of Pohutukawa #652027

Color information

#652027 (or 0x652027) is unknown color: approx Pohutukawa. HEX triplet: 65, 20 and 27. RGB value is (101,32,39). Sum of RGB (Red+Green+Blue) = 101+32+39=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #652027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652027 is #9ADFD8. Grayscale: #353535. Windows color (decimal): -10149849 or 2564197. OLE color: 2564197.

HSL color Cylindrical-coordinate representation of color #652027: hue angle of 353.91º degrees, saturation: 0.52, 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 #652027 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB1013239-
CMYK00.680.610.60
HSL353.91º51.88%26.08%-
HSV(B)353.91º68.32%39.61%-
XYZ6.253.952.35-
YUV53.43119.86161.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.72%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=58.72%
G=18.60%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101323900.680.610.60353.9151.8826.08
Hex6520270443D3C162341a
Octal1454047010475745426432
Binary11001011000001001110100010011110111110010110001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652027; }

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

 H1.HeaderClassName
 {
   color: #652027;
 }
 .AnyTagClassName
 {
   color: #652027;
 }
</style>
background-color css

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

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

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

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

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

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