#63080F

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

Shades of Pohutukawa #63080F

Tints of Pohutukawa #63080F

Color information

#63080F (or 0x63080F) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 0F. RGB value is (99,8,15). Sum of RGB (Red+Green+Blue) = 99+8+15=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #63080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63080F is #9CF7F0. Grayscale: #242424. Windows color (decimal): -10287089 or 985187. OLE color: 985187.

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

Color convert

RGB99815-
CMYK00.920.850.61
HSL355.38º85.05%20.98%-
HSV(B)355.38º91.92%38.82%-
XYZ5.322.860.72-
YUV36.01116.15172.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.15%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=81.15%
G=6.56%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9981500.920.850.61355.3885.0520.98
Hex638F05C553D1635515
Octal143101701341257554312525
Binary110001110001111010111001010101111101101100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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