#630816

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

Shades of Pohutukawa #630816

Tints of Pohutukawa #630816

Color information

#630816 (or 0x630816) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 16. RGB value is (99,8,22). Sum of RGB (Red+Green+Blue) = 99+8+22=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #630816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630816 is #9CF7E9. Grayscale: #242424. Windows color (decimal): -10287082 or 1443939. OLE color: 1443939.

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

Color convert

RGB99822-
CMYK00.920.780.61
HSL350.77º85.05%20.98%-
HSV(B)350.77º91.92%38.82%-
XYZ5.382.881.03-
YUV36.8119.65172.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 76.74%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=76.74%
G=6.20%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9982200.920.780.61350.7785.0520.98
Hex6381605C4E3D15f5515
Octal143102601341167553712525
Binary1100011100010110010111001001110111101101011111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630816; }

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

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

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

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

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

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

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

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