#63262C

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

Shades of Red Devil #63262C

Tints of Red Devil #63262C

Color information

#63262C (or 0x63262C) is unknown color: approx Red Devil. HEX triplet: 63, 26 and 2C. RGB value is (99,38,44). Sum of RGB (Red+Green+Blue) = 99+38+44=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63262C is #9CD9D3. Grayscale: #383838. Windows color (decimal): -10279380 or 2893411. OLE color: 2893411.

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

Color convert

RGB993844-
CMYK00.620.560.61
HSL354.1º44.53%26.86%-
HSV(B)354.1º61.62%38.82%-
XYZ6.294.222.87-
YUV56.92120.71158.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=54.70%
G=20.99%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99384400.620.560.61354.144.5326.86
Hex63262C03E383D1622d1b
Octal143465407670755425533
Binary1100011100110101100011111011100011110110110001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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