#63191A

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

Shades of Pohutukawa #63191A

Tints of Pohutukawa #63191A

Color information

#63191A (or 0x63191A) is unknown color: approx Pohutukawa. HEX triplet: 63, 19 and 1A. RGB value is (99,25,26). Sum of RGB (Red+Green+Blue) = 99+25+26=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63191A is #9CE6E5. Grayscale: #2F2F2F. Windows color (decimal): -10282726 or 1710435. OLE color: 1710435.

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

Color convert

RGB992526-
CMYK00.750.740.61
HSL359.19º59.68%24.31%-
HSV(B)359.19º74.75%38.82%-
XYZ5.683.421.34-
YUV47.24116.02164.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=66%
G=16.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99252600.750.740.61359.1959.6824.31
Hex63191A04B4A3D1673c18
Octal14331320113112755477430
Binary1100011110011101001001011100101011110110110011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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