Html Css Color HEX #7C2531 Scarlett

📋 copy color: '#7C2531'

red 124 ◦ green 37 ◦ blue 49

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

Shades of Scarlett #7C2531

Tints of Scarlett #7C2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 59.05%
G = 17.62%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C2531 (or 0x7C2531) is known color: Scarlett. HEX triplet: 7C, 25 and 31. RGB value is (124,37,49). Sum of RGB (Red+Green+Blue) = 124+37+49=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2531 is #83DACE. Grayscale: #404040. Windows color (decimal): -8641231 or 3220860. OLE color: 3220860.

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

Color convert

RGB 124 37 49 -
CMYK 0 0.70 0.60 0.51
HSL 351.72º 0.54% 0.32% -
HSV(B) 351.72º 0.7% 0.49% -
XYZ 9.53 5.83 3.53 -
YUV 64.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 124 37 49 0 0.70 0.60 0.51 351.72 0.54 0.32
Hex 7C 25 31 0 46 3C 33 160 36 20
Octal 174 45 61 0 106 74 63 540 66 40
Binary 1111100 100101 110001 0 1000110 111100 110011 101100000 110110 100000

Color Harmonies of #7C2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2531

Black with #7C2531

Text Example


Text Example

White with #7C2531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,37,49); }

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

background-color css

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

 a { background-color: rgb(124,37,49); }

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

border-color css

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

 span { border-color: rgb(124,37,49); }

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