#63111F

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

Shades of Pohutukawa #63111F

Tints of Pohutukawa #63111F

Color information

#63111F (or 0x63111F) is unknown color: approx Pohutukawa. HEX triplet: 63, 11 and 1F. RGB value is (99,17,31). Sum of RGB (Red+Green+Blue) = 99+17+31=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63111F is #9CEEE0. Grayscale: #2B2B2B. Windows color (decimal): -10284769 or 2036067. OLE color: 2036067.

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

Color convert

RGB991731-
CMYK00.830.690.61
HSL349.76º70.69%22.75%-
HSV(B)349.76º82.83%38.82%-
XYZ5.593.151.61-
YUV43.11121.17167.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=67.35%
G=11.56%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99173100.830.690.61349.7670.6922.75
Hex63111F053453D15e4717
Octal143213701231057553610727
Binary11000111000111111010100111000101111101101011110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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