#63132D

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

Shades of Pohutukawa #63132D

Tints of Pohutukawa #63132D

Color information

#63132D (or 0x63132D) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 2D. RGB value is (99,19,45). Sum of RGB (Red+Green+Blue) = 99+19+45=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63132D is #9CECD2. Grayscale: #2D2D2D. Windows color (decimal): -10284243 or 2954083. OLE color: 2954083.

HSL color Cylindrical-coordinate representation of color #63132D: hue angle of 340.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63132D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB991945-
CMYK00.810.550.61
HSL340.5º67.8%23.14%-
HSV(B)340.5º80.81%38.82%-
XYZ5.853.312.81-
YUV45.88127.5165.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=60.74%
G=11.66%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99194500.810.550.61340.567.823.14
Hex63132D051373D1544417
Octal14323550121677552410427
Binary11000111001110110101010001110111111101101010100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63132D; }

 p { color: rgb(99,19,45); }

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

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

 a { background-color: rgb(99,19,45); }

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

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

 span { border-color: rgb(99,19,45); }

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