Html Css Color HEX #7C2932 Scarlett

📋 copy color: '#7C2932'

red 124 ◦ green 41 ◦ blue 50

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

Shades of Scarlett #7C2932

Tints of Scarlett #7C2932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 57.67%
G = 19.07%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C2932 (or 0x7C2932) is known color: Scarlett. HEX triplet: 7C, 29 and 32. RGB value is (124,41,50). Sum of RGB (Red+Green+Blue) = 124+41+50=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2932 is #83D6CD. Grayscale: #424242. Windows color (decimal): -8640206 or 3287420. OLE color: 3287420.

HSL color Cylindrical-coordinate representation of color #7C2932: hue angle of 353.49º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C2932 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 41 50 -
CMYK 0 0.67 0.60 0.51
HSL 353.49º 0.5% 0.32% -
HSV(B) 353.49º 0.67% 0.49% -
XYZ 9.68 6.1 3.69 -
YUV 66.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 124 41 50 0 0.67 0.60 0.51 353.49 0.5 0.32
Hex 7C 29 32 0 43 3C 33 161 32 20
Octal 174 51 62 0 103 74 63 541 62 40
Binary 1111100 101001 110010 0 1000011 111100 110011 101100001 110010 100000

Color Harmonies of #7C2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2932

Black with #7C2932

Text Example


Text Example

White with #7C2932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,41,50); }

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

background-color css

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

 a { background-color: rgb(124,41,50); }

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

border-color css

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

 span { border-color: rgb(124,41,50); }

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