#63091E

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

Shades of Pohutukawa #63091E

Tints of Pohutukawa #63091E

Color information

#63091E (or 0x63091E) is unknown color: approx Pohutukawa. HEX triplet: 63, 09 and 1E. RGB value is (99,9,30). Sum of RGB (Red+Green+Blue) = 99+9+30=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #63091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63091E is #9CF6E1. Grayscale: #262626. Windows color (decimal): -10286818 or 1968483. OLE color: 1968483.

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

Color convert

RGB99930-
CMYK00.910.700.61
HSL346º83.33%21.18%-
HSV(B)346º90.91%38.82%-
XYZ5.482.941.51-
YUV38.3123.32171.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=71.74%
G=6.52%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9993000.910.700.6134683.3321.18
Hex6391E05B463D15a5315
Octal143113601331067553212325
Binary1100011100111110010110111000110111101101011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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