Html Css Color HEX #682B31 Red Devil

📋 copy color: '#682B31'

red 104 ◦ green 43 ◦ blue 49

#682B31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Devil #682B31

Tints of Red Devil #682B31

RGB

 RED value IS 104 (41.02% from 255) = 53.06%

 GREEN value IS 43 (17.19% from 255) = 21.94%

 BLUE value IS 49 (19.53% from 255) = 25%

R = 53.06%
G = 21.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#682B31 (or 0x682B31) is known color: Red Devil. HEX triplet: 68, 2B and 31. RGB value is (104,43,49). Sum of RGB (Red+Green+Blue) = 104+43+49=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #682B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B31 is #97D4CE. Grayscale: #3D3D3D. Windows color (decimal): -9950415 or 3222376. OLE color: 3222376.

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

Color convert

RGB 104 43 49 -
CMYK 0 0.59 0.53 0.59
HSL 354.1º 0.41% 0.29% -
HSV(B) 354.1º 0.59% 0.41% -
XYZ 7.13 4.89 3.47 -
YUV 61.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 104 43 49 0 0.59 0.53 0.59 354.1 0.41 0.29
Hex 68 2B 31 0 3B 35 3B 162 29 1D
Octal 150 53 61 0 73 65 73 542 51 35
Binary 1101000 101011 110001 0 111011 110101 111011 101100010 101001 11101

Color Harmonies of #682B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B31

Black with #682B31

Text Example


Text Example

White with #682B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,43,49); }

 H1.HeaderClassName
 {
   color: #682B31;
 }
 .AnyTagClassName
 {
   color: #682B31;
 }
</style>

background-color css

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

 a { background-color: rgb(104,43,49); }

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

border-color css

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

 span { border-color: rgb(104,43,49); }

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