#63292C

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

Shades of Red Devil #63292C

Tints of Red Devil #63292C

Color information

#63292C (or 0x63292C) is unknown color: approx Red Devil. HEX triplet: 63, 29 and 2C. RGB value is (99,41,44). Sum of RGB (Red+Green+Blue) = 99+41+44=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #63292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63292C is #9CD6D3. Grayscale: #3A3A3A. Windows color (decimal): -10278612 or 2894179. OLE color: 2894179.

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

Color convert

RGB994144-
CMYK00.590.560.61
HSL356.9º41.43%27.45%-
HSV(B)356.9º58.59%38.82%-
XYZ6.394.422.9-
YUV58.68119.72156.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=53.80%
G=22.28%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99414400.590.560.61356.941.4327.45
Hex63292C03B383D165291b
Octal143515407370755455133
Binary1100011101001101100011101111100011110110110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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