#682729

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

Shades of Red Devil #682729

Tints of Red Devil #682729

Color information

#682729 (or 0x682729) is unknown color: approx Red Devil. HEX triplet: 68, 27 and 29. RGB value is (104,39,41). Sum of RGB (Red+Green+Blue) = 104+39+41=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #682729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682729 is #97D8D6. Grayscale: #3A3A3A. Windows color (decimal): -9951447 or 2697064. OLE color: 2697064.

HSL color Cylindrical-coordinate representation of color #682729: hue angle of 358.15º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682729 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1043941-
CMYK00.620.610.59
HSL358.15º45.45%28.04%-
HSV(B)358.15º62.5%40.78%-
XYZ6.834.552.62-
YUV58.66118.03160.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=56.52%
G=21.20%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104394100.620.610.59358.1545.4528.04
Hex68272903E3D3B1662d1c
Octal150475107675735465534
Binary1101000100111101001011111011110111101110110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682729; }

 p { color: rgb(104,39,41); }

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

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

 a { background-color: rgb(104,39,41); }

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

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

 span { border-color: rgb(104,39,41); }

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