#682C33

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

Shades of Red Devil #682C33

Tints of Red Devil #682C33

Color information

#682C33 (or 0x682C33) is unknown color: approx Red Devil. HEX triplet: 68, 2C and 33. RGB value is (104,44,51). Sum of RGB (Red+Green+Blue) = 104+44+51=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #682C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C33 is #97D3CC. Grayscale: #3E3E3E. Windows color (decimal): -9950157 or 3353704. OLE color: 3353704.

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

Color convert

RGB1044451-
CMYK00.580.510.59
HSL353º40.54%29.02%-
HSV(B)353º57.69%40.78%-
XYZ7.214.983.71-
YUV62.74121.38157.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=52.26%
G=22.11%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104445100.580.510.5935340.5429.02
Hex682C3303A333B161291d
Octal150546307263735415135
Binary1101000101100110011011101011001111101110110000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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