#631112

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

Shades of Pohutukawa #631112

Tints of Pohutukawa #631112

Color information

#631112 (or 0x631112) is unknown color: approx Pohutukawa. HEX triplet: 63, 11 and 12. RGB value is (99,17,18). Sum of RGB (Red+Green+Blue) = 99+17+18=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #631112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631112 is #9CEEED. Grayscale: #292929. Windows color (decimal): -10284782 or 1184099. OLE color: 1184099.

HSL color Cylindrical-coordinate representation of color #631112: hue angle of 359.27º 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 #631112 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB991718-
CMYK00.830.820.61
HSL359.27º70.69%22.75%-
HSV(B)359.27º82.83%38.82%-
XYZ5.463.10.88-
YUV41.63114.67168.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=73.88%
G=12.69%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99171800.830.820.61359.2770.6922.75
Hex631112053523D1674717
Octal143212201231227554710727
Binary11000111000110010010100111010010111101101100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631112; }

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

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

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

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

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

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

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

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