#682A30

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

Shades of Red Devil #682A30

Tints of Red Devil #682A30

Color information

#682A30 (or 0x682A30) is unknown color: approx Red Devil. HEX triplet: 68, 2A and 30. RGB value is (104,42,48). Sum of RGB (Red+Green+Blue) = 104+42+48=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #682A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A30 is #97D5CF. Grayscale: #3D3D3D. Windows color (decimal): -9950672 or 3156584. OLE color: 3156584.

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

Color convert

RGB1044248-
CMYK00.600.540.59
HSL354.19º42.47%28.63%-
HSV(B)354.19º59.62%40.78%-
XYZ7.074.813.35-
YUV61.22120.54158.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=53.61%
G=21.65%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104424800.600.540.59354.1942.4728.63
Hex682A3003C363B1622a1d
Octal150526007466735425235
Binary1101000101010110000011110011011011101110110001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,42,48); }

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

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

 a { background-color: rgb(104,42,48); }

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

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

 span { border-color: rgb(104,42,48); }

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