#63081D

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

Shades of Pohutukawa #63081D

Tints of Pohutukawa #63081D

Color information

#63081D (or 0x63081D) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 1D. RGB value is (99,8,29). Sum of RGB (Red+Green+Blue) = 99+8+29=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #63081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63081D is #9CF7E2. Grayscale: #252525. Windows color (decimal): -10287075 or 1902691. OLE color: 1902691.

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

Color convert

RGB99829-
CMYK00.920.710.61
HSL346.15º85.05%20.98%-
HSV(B)346.15º91.92%38.82%-
XYZ5.452.921.44-
YUV37.6123.15171.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.79%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=72.79%
G=5.88%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9982900.920.710.61346.1585.0520.98
Hex6381D05C473D15a5515
Octal143103501341077553212525
Binary1100011100011101010111001000111111101101011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63081D; }

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

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

<style>
 a { background-color: #63081D; }

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

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

<style>
 span { border-color: #63081D; }

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

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