#682E34

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

Shades of Red Devil #682E34

Tints of Red Devil #682E34

Color information

#682E34 (or 0x682E34) is unknown color: approx Red Devil. HEX triplet: 68, 2E and 34. RGB value is (104,46,52). Sum of RGB (Red+Green+Blue) = 104+46+52=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #682E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E34 is #97D1CB. Grayscale: #404040. Windows color (decimal): -9949644 or 3419752. OLE color: 3419752.

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

Color convert

RGB1044652-
CMYK00.560.500.59
HSL353.79º38.67%29.41%-
HSV(B)353.79º55.77%40.78%-
XYZ7.315.143.86-
YUV64.03121.22156.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 46 (18.36% from 255) = 22.77%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=51.49%
G=22.77%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104465200.560.500.59353.7938.6729.41
Hex682E34038323B162271d
Octal150566407062735424735
Binary1101000101110110100011100011001011101110110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,46,52); }

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

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

 a { background-color: rgb(104,46,52); }

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

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

 span { border-color: rgb(104,46,52); }

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