#63252A

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

Shades of Red Devil #63252A

Tints of Red Devil #63252A

Color information

#63252A (or 0x63252A) is unknown color: approx Red Devil. HEX triplet: 63, 25 and 2A. RGB value is (99,37,42). Sum of RGB (Red+Green+Blue) = 99+37+42=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63252A is #9CDAD5. Grayscale: #383838. Windows color (decimal): -10279638 or 2762083. OLE color: 2762083.

HSL color Cylindrical-coordinate representation of color #63252A: hue angle of 355.16º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63252A is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB993742-
CMYK00.630.580.61
HSL355.16º45.59%26.67%-
HSV(B)355.16º62.63%38.82%-
XYZ6.234.142.66-
YUV56.11120.04158.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=55.62%
G=20.79%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99374200.630.580.61355.1645.5926.67
Hex63252A03F3A3D1632e1b
Octal143455207772755435633
Binary1100011100101101010011111111101011110110110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63252A; }

 p { color: rgb(99,37,42); }

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

<style>
 a { background-color: #63252A; }

 a { background-color: rgb(99,37,42); }

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

<style>
 span { border-color: #63252A; }

 span { border-color: rgb(99,37,42); }

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