#63071B

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

Shades of Pohutukawa #63071B

Tints of Pohutukawa #63071B

Color information

#63071B (or 0x63071B) is unknown color: approx Pohutukawa. HEX triplet: 63, 07 and 1B. RGB value is (99,7,27). Sum of RGB (Red+Green+Blue) = 99+7+27=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #63071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63071B is #9CF8E4. Grayscale: #242424. Windows color (decimal): -10287333 or 1771363. OLE color: 1771363.

HSL color Cylindrical-coordinate representation of color #63071B: hue angle of 346.96º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63071B is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB99727-
CMYK00.930.730.61
HSL346.96º86.79%20.78%-
HSV(B)346.96º92.93%38.82%-
XYZ5.422.881.31-
YUV36.79122.48172.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 74.44%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=74.44%
G=5.26%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9972700.930.730.61346.9686.7920.78
Hex6371B05D493D15b5715
Octal14373301351117553312725
Binary110001111111011010111011001001111101101011011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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