#63090E

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

Shades of Pohutukawa #63090E

Tints of Pohutukawa #63090E

Color information

#63090E (or 0x63090E) is unknown color: approx Pohutukawa. HEX triplet: 63, 09 and 0E. RGB value is (99,9,14). Sum of RGB (Red+Green+Blue) = 99+9+14=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #63090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63090E is #9CF6F1. Grayscale: #242424. Windows color (decimal): -10286834 or 919907. OLE color: 919907.

HSL color Cylindrical-coordinate representation of color #63090E: hue angle of 356.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63090E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB99914-
CMYK00.910.860.61
HSL356.67º83.33%21.18%-
HSV(B)356.67º90.91%38.82%-
XYZ5.322.880.69-
YUV36.48115.32172.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.15%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 14 (5.86% from 255) = 11.48%
R=81.15%
G=7.38%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9991400.910.860.61356.6783.3321.18
Hex639E05B563D1655315
Octal143111601331267554512325
Binary110001110011110010110111010110111101101100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63090E; }

 p { color: rgb(99,9,14); }

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

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

 a { background-color: rgb(99,9,14); }

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

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

 span { border-color: rgb(99,9,14); }

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