#652D30

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

Shades of Red Devil #652D30

Tints of Red Devil #652D30

Color information

#652D30 (or 0x652D30) is unknown color: approx Red Devil. HEX triplet: 65, 2D and 30. RGB value is (101,45,48). Sum of RGB (Red+Green+Blue) = 101+45+48=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #652D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D30 is #9AD2CF. Grayscale: #3E3E3E. Windows color (decimal): -10146512 or 3157349. OLE color: 3157349.

HSL color Cylindrical-coordinate representation of color #652D30: hue angle of 356.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652D30 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB1014548-
CMYK00.550.520.60
HSL356.79º38.36%28.63%-
HSV(B)356.79º55.45%39.61%-
XYZ6.844.863.37-
YUV62.09120.05155.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 45 (17.97% from 255) = 23.20%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=52.06%
G=23.20%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101454800.550.520.60356.7938.3628.63
Hex652D30037343C165261d
Octal145556006764745454635
Binary1100101101101110000011011111010011110010110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652D30; }

 p { color: rgb(101,45,48); }

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

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

 a { background-color: rgb(101,45,48); }

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

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

 span { border-color: rgb(101,45,48); }

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