#63081B

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

Shades of Pohutukawa #63081B

Tints of Pohutukawa #63081B

Color information

#63081B (or 0x63081B) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 1B. RGB value is (99,8,27). Sum of RGB (Red+Green+Blue) = 99+8+27=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63081B is #9CF7E4. Grayscale: #252525. Windows color (decimal): -10287077 or 1771619. OLE color: 1771619.

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

Color convert

RGB99827-
CMYK00.920.730.61
HSL347.47º85.05%20.98%-
HSV(B)347.47º91.92%38.82%-
XYZ5.432.911.31-
YUV37.38122.15171.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=73.88%
G=5.97%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9982700.920.730.61347.4785.0520.98
Hex6381B05C493D15b5515
Octal143103301341117553312525
Binary1100011100011011010111001001001111101101011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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