#6A2526

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

Shades of Red Devil #6A2526

Tints of Red Devil #6A2526

Color information

#6A2526 (or 0x6A2526) is unknown color: approx Red Devil. HEX triplet: 6A, 25 and 26. RGB value is (106,37,38). Sum of RGB (Red+Green+Blue) = 106+37+38=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2526 is #95DAD9. Grayscale: #393939. Windows color (decimal): -9820890 or 2499946. OLE color: 2499946.

HSL color Cylindrical-coordinate representation of color #6A2526: hue angle of 359.13º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2526 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1063738-
CMYK00.650.640.58
HSL359.13º48.25%28.04%-
HSV(B)359.13º65.09%41.57%-
XYZ6.964.532.34-
YUV57.74116.86162.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.56%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 38 (15.23% from 255) = 20.99%
R=58.56%
G=20.44%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106373800.650.640.58359.1348.2528.04
Hex6A2526041403A167301c
Octal15245460101100725476034
Binary110101010010110011001000001100000011101010110011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2526; }

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

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

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

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

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

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

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

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