Html Css Color HEX #7C2033 Scarlett

📋 copy color: '#7C2033'

red 124 ◦ green 32 ◦ blue 51

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

Shades of Scarlett #7C2033

Tints of Scarlett #7C2033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 59.9%
G = 15.46%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C2033 (or 0x7C2033) is known color: Scarlett. HEX triplet: 7C, 20 and 33. RGB value is (124,32,51). Sum of RGB (Red+Green+Blue) = 124+32+51=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2033 is #83DFCC. Grayscale: #3D3D3D. Windows color (decimal): -8642509 or 3350652. OLE color: 3350652.

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

Color convert

RGB 124 32 51 -
CMYK 0 0.74 0.59 0.51
HSL 347.61º 0.59% 0.31% -
HSV(B) 347.61º 0.74% 0.49% -
XYZ 9.43 5.56 3.71 -
YUV 61.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 124 32 51 0 0.74 0.59 0.51 347.61 0.59 0.31
Hex 7C 20 33 0 4A 3B 33 15C 3B 1F
Octal 174 40 63 0 112 73 63 534 73 37
Binary 1111100 100000 110011 0 1001010 111011 110011 101011100 111011 11111

Color Harmonies of #7C2033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2033

Black with #7C2033

Text Example


Text Example

White with #7C2033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,32,51); }

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

background-color css

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

 a { background-color: rgb(124,32,51); }

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

border-color css

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

 span { border-color: rgb(124,32,51); }

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