Html Css Color HEX #7D192A Scarlett

📋 copy color: '#7D192A'

red 125 ◦ green 25 ◦ blue 42

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

Shades of Scarlett #7D192A

Tints of Scarlett #7D192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.88%

R = 65.1%
G = 13.02%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D192A (or 0x7D192A) is known color: Scarlett. HEX triplet: 7D, 19 and 2A. RGB value is (125,25,42). Sum of RGB (Red+Green+Blue) = 125+25+42=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D192A is #82E6D5. Grayscale: #383838. Windows color (decimal): -8578774 or 2759037. OLE color: 2759037.

HSL color Cylindrical-coordinate representation of color #7D192A: hue angle of 349.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 #7D192A is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 25 42 -
CMYK 0 0.8 0.66 0.51
HSL 349.8º 0.67% 0.29% -
HSV(B) 349.8º 0.8% 0.49% -
XYZ 9.22 5.22 2.71 -
YUV 56.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 125 25 42 0 0.8 0.66 0.51 349.8 0.67 0.29
Hex 7D 19 2A 0 50 42 33 15E 43 1D
Octal 175 31 52 0 120 102 63 536 103 35
Binary 1111101 11001 101010 0 1010000 1000010 110011 101011110 1000011 11101

Color Harmonies of #7D192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D192A

Black with #7D192A

Text Example


Text Example

White with #7D192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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