Html Css Color HEX #7C192F Scarlett

📋 copy color: '#7C192F'

red 124 ◦ green 25 ◦ blue 47

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

Shades of Scarlett #7C192F

Tints of Scarlett #7C192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 63.27%
G = 12.76%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7C192F (or 0x7C192F) is known color: Scarlett. HEX triplet: 7C, 19 and 2F. RGB value is (124,25,47). Sum of RGB (Red+Green+Blue) = 124+25+47=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C192F is #83E6D0. Grayscale: #393939. Windows color (decimal): -8644305 or 3086716. OLE color: 3086716.

HSL color Cylindrical-coordinate representation of color #7C192F: hue angle of 346.67º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C192F is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 25 47 -
CMYK 0 0.80 0.62 0.51
HSL 346.67º 0.66% 0.29% -
HSV(B) 346.67º 0.8% 0.49% -
XYZ 9.17 5.19 3.21 -
YUV 57.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 124 25 47 0 0.80 0.62 0.51 346.67 0.66 0.29
Hex 7C 19 2F 0 50 3E 33 15B 42 1D
Octal 174 31 57 0 120 76 63 533 102 35
Binary 1111100 11001 101111 0 1010000 111110 110011 101011011 1000010 11101

Color Harmonies of #7C192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C192F

Black with #7C192F

Text Example


Text Example

White with #7C192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,25,47); }

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

background-color css

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

 a { background-color: rgb(124,25,47); }

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

border-color css

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

 span { border-color: rgb(124,25,47); }

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