Html Css Color HEX #683133 Red Devil

📋 copy color: '#683133'

red 104 ◦ green 49 ◦ blue 51

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

Shades of Red Devil #683133

Tints of Red Devil #683133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.02%

 BLUE value IS 51 (20.31% from 255) = 25%

R = 50.98%
G = 24.02%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#683133 (or 0x683133) is known color: Red Devil. HEX triplet: 68, 31 and 33. RGB value is (104,49,51). Sum of RGB (Red+Green+Blue) = 104+49+51=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #683133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683133 is #97CECC. Grayscale: #414141. Windows color (decimal): -9948877 or 3354984. OLE color: 3354984.

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

Color convert

RGB 104 49 51 -
CMYK 0 0.53 0.51 0.59
HSL 357.82º 0.36% 0.3% -
HSV(B) 357.82º 0.53% 0.41% -
XYZ 7.4 5.38 3.78 -
YUV 65.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 104 49 51 0 0.53 0.51 0.59 357.82 0.36 0.3
Hex 68 31 33 0 35 33 3B 166 24 1E
Octal 150 61 63 0 65 63 73 546 44 36
Binary 1101000 110001 110011 0 110101 110011 111011 101100110 100100 11110

Color Harmonies of #683133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683133

Black with #683133

Text Example


Text Example

White with #683133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683133; }

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

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

background-color css

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

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

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

border-color css

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

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

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