#631216

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

Shades of Pohutukawa #631216

Tints of Pohutukawa #631216

Color information

#631216 (or 0x631216) is unknown color: approx Pohutukawa. HEX triplet: 63, 12 and 16. RGB value is (99,18,22). Sum of RGB (Red+Green+Blue) = 99+18+22=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #631216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631216 is #9CEDE9. Grayscale: #2A2A2A. Windows color (decimal): -10284522 or 1446499. OLE color: 1446499.

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

Color convert

RGB991822-
CMYK00.820.780.61
HSL357.04º69.23%22.94%-
HSV(B)357.04º81.82%38.82%-
XYZ5.513.141.08-
YUV42.68116.34168.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.22%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=71.22%
G=12.95%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99182200.820.780.61357.0469.2322.94
Hex6312160524E3D1654517
Octal143222601221167554510527
Binary11000111001010110010100101001110111101101100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631216; }

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

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

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

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

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

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

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

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