#682F30

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

Shades of Red Devil #682F30

Tints of Red Devil #682F30

Color information

#682F30 (or 0x682F30) is unknown color: approx Red Devil. HEX triplet: 68, 2F and 30. RGB value is (104,47,48). Sum of RGB (Red+Green+Blue) = 104+47+48=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #682F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F30 is #97D0CF. Grayscale: #404040. Windows color (decimal): -9949392 or 3157864. OLE color: 3157864.

HSL color Cylindrical-coordinate representation of color #682F30: hue angle of 358.95º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F30 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1044748-
CMYK00.550.540.59
HSL358.95º37.75%29.61%-
HSV(B)358.95º54.81%40.78%-
XYZ7.265.193.42-
YUV64.16118.88156.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=52.26%
G=23.62%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104474800.550.540.59358.9537.7529.61
Hex682F30037363B167261e
Octal150576006766735474636
Binary1101000101111110000011011111011011101110110011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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