#63182C

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

Shades of Pohutukawa #63182C

Tints of Pohutukawa #63182C

Color information

#63182C (or 0x63182C) is unknown color: approx Pohutukawa. HEX triplet: 63, 18 and 2C. RGB value is (99,24,44). Sum of RGB (Red+Green+Blue) = 99+24+44=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63182C is #9CE7D3. Grayscale: #303030. Windows color (decimal): -10282964 or 2889827. OLE color: 2889827.

HSL color Cylindrical-coordinate representation of color #63182C: hue angle of 344º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63182C is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB992444-
CMYK00.760.560.61
HSL344º60.98%24.12%-
HSV(B)344º75.76%38.82%-
XYZ5.933.492.74-
YUV48.7125.35163.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=59.28%
G=14.37%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99244400.760.560.6134460.9824.12
Hex63182C04C383D1583d18
Octal1433054011470755307530
Binary1100011110001011000100110011100011110110101100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63182C; }

 p { color: rgb(99,24,44); }

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

<style>
 a { background-color: #63182C; }

 a { background-color: rgb(99,24,44); }

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

<style>
 span { border-color: #63182C; }

 span { border-color: rgb(99,24,44); }

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