Html Css Color HEX #6C3031 Red Devil

📋 copy color: '#6C3031'

red 108 ◦ green 48 ◦ blue 49

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

Shades of Red Devil #6C3031

Tints of Red Devil #6C3031

RGB

 RED value IS 108 (42.58% from 255) = 52.68%

 GREEN value IS 48 (19.14% from 255) = 23.41%

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

R = 52.68%
G = 23.41%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6C3031 (or 0x6C3031) is known color: Red Devil. HEX triplet: 6C, 30 and 31. RGB value is (108,48,49). Sum of RGB (Red+Green+Blue) = 108+48+49=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3031 is #93CFCE. Grayscale: #424242. Windows color (decimal): -9686991 or 3223660. OLE color: 3223660.

HSL color Cylindrical-coordinate representation of color #6C3031: hue angle of 359º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C3031 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 48 49 -
CMYK 0 0.56 0.55 0.58
HSL 359º 0.38% 0.31% -
HSV(B) 359º 0.56% 0.42% -
XYZ 7.8 5.52 3.56 -
YUV 66.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 108 48 49 0 0.56 0.55 0.58 359 0.38 0.31
Hex 6C 30 31 0 38 37 3A 167 26 1F
Octal 154 60 61 0 70 67 72 547 46 37
Binary 1101100 110000 110001 0 111000 110111 111010 101100111 100110 11111

Color Harmonies of #6C3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3031

Black with #6C3031

Text Example


Text Example

White with #6C3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C3031; }

 p { color: rgb(108,48,49); }

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

background-color css

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

 a { background-color: rgb(108,48,49); }

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

border-color css

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

 span { border-color: rgb(108,48,49); }

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