#63161E

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

Shades of Pohutukawa #63161E

Tints of Pohutukawa #63161E

Color information

#63161E (or 0x63161E) is unknown color: approx Pohutukawa. HEX triplet: 63, 16 and 1E. RGB value is (99,22,30). Sum of RGB (Red+Green+Blue) = 99+22+30=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #63161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63161E is #9CE9E1. Grayscale: #2D2D2D. Windows color (decimal): -10283490 or 1971811. OLE color: 1971811.

HSL color Cylindrical-coordinate representation of color #63161E: hue angle of 353.77º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63161E is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB992230-
CMYK00.780.700.61
HSL353.77º63.64%23.73%-
HSV(B)353.77º77.78%38.82%-
XYZ5.673.321.57-
YUV45.94119.01165.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=65.56%
G=14.57%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99223000.780.700.61353.7763.6423.73
Hex63161E04E463D1624018
Octal143263601161067554210030
Binary11000111011011110010011101000110111101101100010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63161E; }

 p { color: rgb(99,22,30); }

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

<style>
 a { background-color: #63161E; }

 a { background-color: rgb(99,22,30); }

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

<style>
 span { border-color: #63161E; }

 span { border-color: rgb(99,22,30); }

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