#63132C

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

Shades of Pohutukawa #63132C

Tints of Pohutukawa #63132C

Color information

#63132C (or 0x63132C) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 2C. RGB value is (99,19,44). Sum of RGB (Red+Green+Blue) = 99+19+44=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63132C is #9CECD3. Grayscale: #2D2D2D. Windows color (decimal): -10284244 or 2888547. OLE color: 2888547.

HSL color Cylindrical-coordinate representation of color #63132C: hue angle of 341.25º 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 #63132C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB991944-
CMYK00.810.560.61
HSL341.25º67.8%23.14%-
HSV(B)341.25º80.81%38.82%-
XYZ5.833.32.71-
YUV45.77127165.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=61.11%
G=11.73%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99194400.810.560.61341.2567.823.14
Hex63132C051383D1554417
Octal14323540121707552510427
Binary11000111001110110001010001111000111101101010101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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