Html Css Color HEX #7D192F Scarlett

📋 copy color: '#7D192F'

red 125 ◦ green 25 ◦ blue 47

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

Shades of Scarlett #7D192F

Tints of Scarlett #7D192F

RGB

 RED value IS 125 (49.22% from 255) = 63.45%

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

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

R = 63.45%
G = 12.69%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D192F (or 0x7D192F) is known color: Scarlett. HEX triplet: 7D, 19 and 2F. RGB value is (125,25,47). Sum of RGB (Red+Green+Blue) = 125+25+47=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D192F is #82E6D0. Grayscale: #393939. Windows color (decimal): -8578769 or 3086717. OLE color: 3086717.

HSL color Cylindrical-coordinate representation of color #7D192F: hue angle of 346.8º degrees, saturation: 0.67, 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 #7D192F is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 25 47 -
CMYK 0 0.8 0.62 0.51
HSL 346.8º 0.67% 0.29% -
HSV(B) 346.8º 0.8% 0.49% -
XYZ 9.32 5.26 3.21 -
YUV 57.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 125 25 47 0 0.8 0.62 0.51 346.8 0.67 0.29
Hex 7D 19 2F 0 50 3E 33 15B 43 1D
Octal 175 31 57 0 120 76 63 533 103 35
Binary 1111101 11001 101111 0 1010000 111110 110011 101011011 1000011 11101

Color Harmonies of #7D192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D192F

Black with #7D192F

Text Example


Text Example

White with #7D192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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