#682C31

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

Shades of Red Devil #682C31

Tints of Red Devil #682C31

Color information

#682C31 (or 0x682C31) is unknown color: approx Red Devil. HEX triplet: 68, 2C and 31. RGB value is (104,44,49). Sum of RGB (Red+Green+Blue) = 104+44+49=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #682C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C31 is #97D3CE. Grayscale: #3E3E3E. Windows color (decimal): -9950159 or 3222632. OLE color: 3222632.

HSL color Cylindrical-coordinate representation of color #682C31: hue angle of 355º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682C31 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1044449-
CMYK00.580.530.59
HSL355º40.54%29.02%-
HSV(B)355º57.69%40.78%-
XYZ7.164.973.49-
YUV62.51120.38157.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=52.79%
G=22.34%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104444900.580.530.5935540.5429.02
Hex682C3103A353B163291d
Octal150546107265735435135
Binary1101000101100110001011101011010111101110110001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682C31; }

 p { color: rgb(104,44,49); }

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

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

 a { background-color: rgb(104,44,49); }

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

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

 span { border-color: rgb(104,44,49); }

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