#632129

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

Shades of Pohutukawa #632129

Tints of Pohutukawa #632129

Color information

#632129 (or 0x632129) is unknown color: approx Pohutukawa. HEX triplet: 63, 21 and 29. RGB value is (99,33,41). Sum of RGB (Red+Green+Blue) = 99+33+41=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #632129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632129 is #9CDED6. Grayscale: #353535. Windows color (decimal): -10280663 or 2695523. OLE color: 2695523.

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

Color convert

RGB993341-
CMYK00.670.590.61
HSL352.73º50%25.88%-
HSV(B)352.73º66.67%38.82%-
XYZ6.093.92.53-
YUV53.65120.87160.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=57.23%
G=19.08%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99334100.670.590.61352.735025.88
Hex6321290433B3D161321a
Octal1434151010373755416232
Binary11000111000011010010100001111101111110110110000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632129; }

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

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

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

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

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

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

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

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