#682C2D

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

Shades of Red Devil #682C2D

Tints of Red Devil #682C2D

Color information

#682C2D (or 0x682C2D) is unknown color: approx Red Devil. HEX triplet: 68, 2C and 2D. RGB value is (104,44,45). Sum of RGB (Red+Green+Blue) = 104+44+45=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #682C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C2D is #97D3D2. Grayscale: #3E3E3E. Windows color (decimal): -9950163 or 2960488. OLE color: 2960488.

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

Color convert

RGB1044445-
CMYK00.580.570.59
HSL359º40.54%29.02%-
HSV(B)359º57.69%40.78%-
XYZ7.084.933.06-
YUV62.05118.38157.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=53.89%
G=22.80%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104444500.580.570.5935940.5429.02
Hex682C2D03A393B167291d
Octal150545507271735475135
Binary1101000101100101101011101011100111101110110011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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