#682C32

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

Shades of Red Devil #682C32

Tints of Red Devil #682C32

Color information

#682C32 (or 0x682C32) is unknown color: approx Red Devil. HEX triplet: 68, 2C and 32. RGB value is (104,44,50). Sum of RGB (Red+Green+Blue) = 104+44+50=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #682C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C32 is #97D3CD. Grayscale: #3E3E3E. Windows color (decimal): -9950158 or 3288168. OLE color: 3288168.

HSL color Cylindrical-coordinate representation of color #682C32: hue angle of 354º 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 #682C32 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB1044450-
CMYK00.580.520.59
HSL354º40.54%29.02%-
HSV(B)354º57.69%40.78%-
XYZ7.194.973.6-
YUV62.62120.88157.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=52.53%
G=22.22%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104445000.580.520.5935440.5429.02
Hex682C3203A343B162291d
Octal150546207264735425135
Binary1101000101100110010011101011010011101110110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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