#632124

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

Shades of Pohutukawa #632124

Tints of Pohutukawa #632124

Color information

#632124 (or 0x632124) is unknown color: approx Pohutukawa. HEX triplet: 63, 21 and 24. RGB value is (99,33,36). Sum of RGB (Red+Green+Blue) = 99+33+36=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632124 is #9CDEDB. Grayscale: #353535. Windows color (decimal): -10280668 or 2367843. OLE color: 2367843.

HSL color Cylindrical-coordinate representation of color #632124: hue angle of 357.27º 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 #632124 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB993336-
CMYK00.670.640.61
HSL357.27º50%25.88%-
HSV(B)357.27º66.67%38.82%-
XYZ6.013.872.1-
YUV53.08118.37160.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=58.93%
G=19.64%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99333600.670.640.61357.275025.88
Hex632124043403D165321a
Octal14341440103100755456232
Binary110001110000110010001000011100000011110110110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632124; }

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

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

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

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

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

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

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

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