#63091A

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

Shades of Pohutukawa #63091A

Tints of Pohutukawa #63091A

Color information

#63091A (or 0x63091A) is unknown color: approx Pohutukawa. HEX triplet: 63, 09 and 1A. RGB value is (99,9,26). Sum of RGB (Red+Green+Blue) = 99+9+26=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63091A is #9CF6E5. Grayscale: #252525. Windows color (decimal): -10286822 or 1706339. OLE color: 1706339.

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

Color convert

RGB99926-
CMYK00.910.740.61
HSL348.67º83.33%21.18%-
HSV(B)348.67º90.91%38.82%-
XYZ5.432.921.26-
YUV37.85121.32171.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=73.88%
G=6.72%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9992600.910.740.61348.6783.3321.18
Hex6391A05B4A3D15d5315
Octal143113201331127553512325
Binary1100011100111010010110111001010111101101011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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