Html Css Color HEX #7C2821 Lusty

📋 copy color: '#7C2821'

red 124 ◦ green 40 ◦ blue 33

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

Shades of Lusty #7C2821

Tints of Lusty #7C2821

RGB

 RED value IS 124 (48.83% from 255) = 62.94%

 GREEN value IS 40 (16.02% from 255) = 20.3%

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 62.94%
G = 20.3%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7C2821 (or 0x7C2821) is known color: Lusty. HEX triplet: 7C, 28 and 21. RGB value is (124,40,33). Sum of RGB (Red+Green+Blue) = 124+40+33=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2821 is #83D7DE. Grayscale: #404040. Windows color (decimal): -8640479 or 2173052. OLE color: 2173052.

HSL color Cylindrical-coordinate representation of color #7C2821: hue angle of 4.62º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2821 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 40 33 -
CMYK 0 0.68 0.73 0.51
HSL 4.62º 0.58% 0.31% -
HSV(B) 4.62º 0.73% 0.49% -
XYZ 9.35 5.91 2.09 -
YUV 64.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 124 40 33 0 0.68 0.73 0.51 4.62 0.58 0.31
Hex 7C 28 21 0 44 49 33 5 3A 1F
Octal 174 50 41 0 104 111 63 5 72 37
Binary 1111100 101000 100001 0 1000100 1001001 110011 101 111010 11111

Color Harmonies of #7C2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2821

Black with #7C2821

Text Example


Text Example

White with #7C2821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C2821; }

 p { color: rgb(124,40,33); }

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

background-color css

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

 a { background-color: rgb(124,40,33); }

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

border-color css

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

 span { border-color: rgb(124,40,33); }

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