#63162E

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

Shades of Pohutukawa #63162E

Tints of Pohutukawa #63162E

Color information

#63162E (or 0x63162E) is unknown color: approx Pohutukawa. HEX triplet: 63, 16 and 2E. RGB value is (99,22,46). Sum of RGB (Red+Green+Blue) = 99+22+46=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63162E is #9CE9D1. Grayscale: #2F2F2F. Windows color (decimal): -10283474 or 3020387. OLE color: 3020387.

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

Color convert

RGB992246-
CMYK00.780.540.61
HSL341.3º63.64%23.73%-
HSV(B)341.3º77.78%38.82%-
XYZ5.933.422.93-
YUV47.76127.01164.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=59.28%
G=13.17%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99224600.780.540.61341.363.6423.73
Hex63162E04E363D1554018
Octal14326560116667552510030
Binary11000111011010111001001110110110111101101010101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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