#63080E

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

Shades of Pohutukawa #63080E

Tints of Pohutukawa #63080E

Color information

#63080E (or 0x63080E) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 0E. RGB value is (99,8,14). Sum of RGB (Red+Green+Blue) = 99+8+14=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #63080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63080E is #9CF7F1. Grayscale: #232323. Windows color (decimal): -10287090 or 919651. OLE color: 919651.

HSL color Cylindrical-coordinate representation of color #63080E: hue angle of 356.04º 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 #63080E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB99814-
CMYK00.920.860.61
HSL356.04º85.05%20.98%-
HSV(B)356.04º91.92%38.82%-
XYZ5.312.860.69-
YUV35.89115.65173.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.82%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=81.82%
G=6.61%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9981400.920.860.61356.0485.0520.98
Hex638E05C563D1645515
Octal143101601341267554412525
Binary110001110001110010111001010110111101101100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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