#63131B

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

Shades of Pohutukawa #63131B

Tints of Pohutukawa #63131B

Color information

#63131B (or 0x63131B) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 1B. RGB value is (99,19,27). Sum of RGB (Red+Green+Blue) = 99+19+27=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63131B is #9CECE4. Grayscale: #2B2B2B. Windows color (decimal): -10284261 or 1774435. OLE color: 1774435.

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

Color convert

RGB991927-
CMYK00.810.730.61
HSL354º67.8%23.14%-
HSV(B)354º80.81%38.82%-
XYZ5.583.21.36-
YUV43.83118.5167.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=68.28%
G=13.10%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99192700.810.730.6135467.823.14
Hex63131B051493D1624417
Octal143233301211117554210427
Binary11000111001111011010100011001001111101101100010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63131B; }

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

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

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

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

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

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

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

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