#63191B

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

Shades of Pohutukawa #63191B

Tints of Pohutukawa #63191B

Color information

#63191B (or 0x63191B) is unknown color: approx Pohutukawa. HEX triplet: 63, 19 and 1B. RGB value is (99,25,27). Sum of RGB (Red+Green+Blue) = 99+25+27=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #63191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63191B is #9CE6E4. Grayscale: #2F2F2F. Windows color (decimal): -10282725 or 1775971. OLE color: 1775971.

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

Color convert

RGB992527-
CMYK00.750.730.61
HSL358.38º59.68%24.31%-
HSV(B)358.38º74.75%38.82%-
XYZ5.693.431.4-
YUV47.35116.52164.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=65.56%
G=16.56%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99252700.750.730.61358.3859.6824.31
Hex63191B04B493D1663c18
Octal14331330113111755467430
Binary1100011110011101101001011100100111110110110011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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