#630716

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

Shades of Pohutukawa #630716

Tints of Pohutukawa #630716

Color information

#630716 (or 0x630716) is unknown color: approx Pohutukawa. HEX triplet: 63, 07 and 16. RGB value is (99,7,22). Sum of RGB (Red+Green+Blue) = 99+7+22=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #630716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630716 is #9CF8E9. Grayscale: #242424. Windows color (decimal): -10287338 or 1443683. OLE color: 1443683.

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

Color convert

RGB99722-
CMYK00.930.780.61
HSL350.22º86.79%20.78%-
HSV(B)350.22º92.93%38.82%-
XYZ5.372.861.03-
YUV36.22119.98172.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.34%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=77.34%
G=5.47%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9972200.930.780.61350.2286.7920.78
Hex6371605D4E3D15e5715
Octal14372601351167553612725
Binary110001111110110010111011001110111101101011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630716; }

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

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

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

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

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

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

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

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