#632127

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

Shades of Pohutukawa #632127

Tints of Pohutukawa #632127

Color information

#632127 (or 0x632127) is unknown color: approx Pohutukawa. HEX triplet: 63, 21 and 27. RGB value is (99,33,39). Sum of RGB (Red+Green+Blue) = 99+33+39=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632127 is #9CDED8. Grayscale: #353535. Windows color (decimal): -10280665 or 2564451. OLE color: 2564451.

HSL color Cylindrical-coordinate representation of color #632127: hue angle of 354.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632127 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB993339-
CMYK00.670.610.61
HSL354.55º50%25.88%-
HSV(B)354.55º66.67%38.82%-
XYZ6.063.892.35-
YUV53.42119.87160.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.89%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=57.89%
G=19.30%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99333900.670.610.61354.555025.88
Hex6321270433D3D163321a
Octal1434147010375755436232
Binary11000111000011001110100001111110111110110110001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632127; }

 p { color: rgb(99,33,39); }

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

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

 a { background-color: rgb(99,33,39); }

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

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

 span { border-color: rgb(99,33,39); }

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