#682B2C

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

Shades of Red Devil #682B2C

Tints of Red Devil #682B2C

Color information

#682B2C (or 0x682B2C) is unknown color: approx Red Devil. HEX triplet: 68, 2B and 2C. RGB value is (104,43,44). Sum of RGB (Red+Green+Blue) = 104+43+44=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B2C is #97D4D3. Grayscale: #3D3D3D. Windows color (decimal): -9950420 or 2894696. OLE color: 2894696.

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

Color convert

RGB1044344-
CMYK00.590.580.59
HSL359.02º41.5%28.82%-
HSV(B)359.02º58.65%40.78%-
XYZ7.034.852.95-
YUV61.35118.21158.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=54.45%
G=22.51%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104434400.590.580.59359.0241.528.82
Hex682B2C03B3A3B167291d
Octal150535407372735475135
Binary1101000101011101100011101111101011101110110011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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