#632029

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

Shades of Pohutukawa #632029

Tints of Pohutukawa #632029

Color information

#632029 (or 0x632029) is unknown color: approx Pohutukawa. HEX triplet: 63, 20 and 29. RGB value is (99,32,41). Sum of RGB (Red+Green+Blue) = 99+32+41=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #632029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632029 is #9CDFD6. Grayscale: #353535. Windows color (decimal): -10280919 or 2695267. OLE color: 2695267.

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

Color convert

RGB993241-
CMYK00.680.590.61
HSL351.94º51.15%25.69%-
HSV(B)351.94º67.68%38.82%-
XYZ6.063.852.52-
YUV53.06121.2160.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=57.56%
G=18.60%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99324100.680.590.61351.9451.1525.69
Hex6320290443B3D160331a
Octal1434051010473755406332
Binary11000111000001010010100010011101111110110110000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632029; }

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

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

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

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

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

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

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

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