#63081A

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

Shades of Pohutukawa #63081A

Tints of Pohutukawa #63081A

Color information

#63081A (or 0x63081A) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 1A. RGB value is (99,8,26). Sum of RGB (Red+Green+Blue) = 99+8+26=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #63081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63081A is #9CF7E5. Grayscale: #252525. Windows color (decimal): -10287078 or 1706083. OLE color: 1706083.

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

Color convert

RGB99826-
CMYK00.920.740.61
HSL348.13º85.05%20.98%-
HSV(B)348.13º91.92%38.82%-
XYZ5.422.91.25-
YUV37.26121.65172.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 74.44%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=74.44%
G=6.02%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9982600.920.740.61348.1385.0520.98
Hex6381A05C4A3D15c5515
Octal143103201341127553412525
Binary1100011100011010010111001001010111101101011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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