#63091C

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

Shades of Pohutukawa #63091C

Tints of Pohutukawa #63091C

Color information

#63091C (or 0x63091C) is unknown color: approx Pohutukawa. HEX triplet: 63, 09 and 1C. RGB value is (99,9,28). Sum of RGB (Red+Green+Blue) = 99+9+28=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #63091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63091C is #9CF6E3. Grayscale: #262626. Windows color (decimal): -10286820 or 1837411. OLE color: 1837411.

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

Color convert

RGB99928-
CMYK00.910.720.61
HSL347.33º83.33%21.18%-
HSV(B)347.33º90.91%38.82%-
XYZ5.452.931.38-
YUV38.08122.32171.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.79%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=72.79%
G=6.62%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9992800.910.720.61347.3383.3321.18
Hex6391C05B483D15b5315
Octal143113401331107553312325
Binary1100011100111100010110111001000111101101011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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