#63181C

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

Shades of Pohutukawa #63181C

Tints of Pohutukawa #63181C

Color information

#63181C (or 0x63181C) is unknown color: approx Pohutukawa. HEX triplet: 63, 18 and 1C. RGB value is (99,24,28). Sum of RGB (Red+Green+Blue) = 99+24+28=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #63181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63181C is #9CE7E3. Grayscale: #2E2E2E. Windows color (decimal): -10282980 or 1841251. OLE color: 1841251.

HSL color Cylindrical-coordinate representation of color #63181C: hue angle of 356.8º 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 #63181C is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB992428-
CMYK00.760.720.61
HSL356.8º60.98%24.12%-
HSV(B)356.8º75.76%38.82%-
XYZ5.683.391.45-
YUV46.88117.35165.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=65.56%
G=15.89%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99242800.760.720.61356.860.9824.12
Hex63181C04C483D1653d18
Octal14330340114110755457530
Binary1100011110001110001001100100100011110110110010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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