#652526

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

Shades of Red Devil #652526

Tints of Red Devil #652526

Color information

#652526 (or 0x652526) is unknown color: approx Red Devil. HEX triplet: 65, 25 and 26. RGB value is (101,37,38). Sum of RGB (Red+Green+Blue) = 101+37+38=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #652526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652526 is #9ADAD9. Grayscale: #383838. Windows color (decimal): -10148570 or 2499941. OLE color: 2499941.

HSL color Cylindrical-coordinate representation of color #652526: hue angle of 359.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652526 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB1013738-
CMYK00.630.620.60
HSL359.06º46.38%27.06%-
HSV(B)359.06º63.37%39.61%-
XYZ6.384.232.31-
YUV56.25117.7159.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.39%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=57.39%
G=21.02%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101373800.630.620.60359.0646.3827.06
Hex65252603F3E3C1672e1b
Octal145454607776745475633
Binary1100101100101100110011111111111011110010110011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652526; }

 p { color: rgb(101,37,38); }

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

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

 a { background-color: rgb(101,37,38); }

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

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

 span { border-color: rgb(101,37,38); }

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