#63292D

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

Shades of Red Devil #63292D

Tints of Red Devil #63292D

Color information

#63292D (or 0x63292D) is unknown color: approx Red Devil. HEX triplet: 63, 29 and 2D. RGB value is (99,41,45). Sum of RGB (Red+Green+Blue) = 99+41+45=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63292D is #9CD6D2. Grayscale: #3A3A3A. Windows color (decimal): -10278611 or 2959715. OLE color: 2959715.

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

Color convert

RGB994145-
CMYK00.590.550.61
HSL355.86º41.43%27.45%-
HSV(B)355.86º58.59%38.82%-
XYZ6.414.433-
YUV58.8120.22156.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=53.51%
G=22.16%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99414500.590.550.61355.8641.4327.45
Hex63292D03B373D164291b
Octal143515507367755445133
Binary1100011101001101101011101111011111110110110010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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