#63191C

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

Shades of Pohutukawa #63191C

Tints of Pohutukawa #63191C

Color information

#63191C (or 0x63191C) is unknown color: approx Pohutukawa. HEX triplet: 63, 19 and 1C. RGB value is (99,25,28). Sum of RGB (Red+Green+Blue) = 99+25+28=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #63191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63191C is #9CE6E3. Grayscale: #2F2F2F. Windows color (decimal): -10282724 or 1841507. OLE color: 1841507.

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

Color convert

RGB992528-
CMYK00.750.720.61
HSL357.57º59.68%24.31%-
HSV(B)357.57º74.75%38.82%-
XYZ5.73.431.46-
YUV47.47117.02164.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=65.13%
G=16.45%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99252800.750.720.61357.5759.6824.31
Hex63191C04B483D1663c18
Octal14331340113110755467430
Binary1100011110011110001001011100100011110110110011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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