#63162D

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

Shades of Pohutukawa #63162D

Tints of Pohutukawa #63162D

Color information

#63162D (or 0x63162D) is unknown color: approx Pohutukawa. HEX triplet: 63, 16 and 2D. RGB value is (99,22,45). Sum of RGB (Red+Green+Blue) = 99+22+45=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63162D is #9CE9D2. Grayscale: #2F2F2F. Windows color (decimal): -10283475 or 2954851. OLE color: 2954851.

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

Color convert

RGB992245-
CMYK00.780.550.61
HSL342.08º63.64%23.73%-
HSV(B)342.08º77.78%38.82%-
XYZ5.913.422.83-
YUV47.64126.51164.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=59.64%
G=13.25%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99224500.780.550.61342.0863.6423.73
Hex63162D04E373D1564018
Octal14326550116677552610030
Binary11000111011010110101001110110111111101101010110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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