#63191F

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

Shades of Pohutukawa #63191F

Tints of Pohutukawa #63191F

Color information

#63191F (or 0x63191F) is unknown color: approx Pohutukawa. HEX triplet: 63, 19 and 1F. RGB value is (99,25,31). Sum of RGB (Red+Green+Blue) = 99+25+31=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #63191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63191F is #9CE6E0. Grayscale: #2F2F2F. Windows color (decimal): -10282721 or 2038115. OLE color: 2038115.

HSL color Cylindrical-coordinate representation of color #63191F: hue angle of 355.14º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63191F is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB992531-
CMYK00.750.690.61
HSL355.14º59.68%24.31%-
HSV(B)355.14º74.75%38.82%-
XYZ5.743.451.66-
YUV47.81118.52164.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 31 (12.5% from 255) = 20%
R=63.87%
G=16.13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99253100.750.690.61355.1459.6824.31
Hex63191F04B453D1633c18
Octal14331370113105755437430
Binary1100011110011111101001011100010111110110110001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63191F; }

 p { color: rgb(99,25,31); }

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

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

 a { background-color: rgb(99,25,31); }

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

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

 span { border-color: rgb(99,25,31); }

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