Html Css Color HEX #7D132F Scarlett

📋 copy color: '#7D132F'

red 125 ◦ green 19 ◦ blue 47

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

Shades of Scarlett #7D132F

Tints of Scarlett #7D132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

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

R = 65.45%
G = 9.95%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D132F (or 0x7D132F) is known color: Scarlett. HEX triplet: 7D, 13 and 2F. RGB value is (125,19,47). Sum of RGB (Red+Green+Blue) = 125+19+47=191 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.45% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 125 - color contains mainly: red. Hex color #7D132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D132F is #82ECD0. Grayscale: #353535. Windows color (decimal): -8580305 or 3085181. OLE color: 3085181.

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

Color convert

RGB 125 19 47 -
CMYK 0 0.85 0.62 0.51
HSL 344.15º 0.74% 0.28% -
HSV(B) 344.15º 0.85% 0.49% -
XYZ 9.2 5.03 3.18 -
YUV 53.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 125 19 47 0 0.85 0.62 0.51 344.15 0.74 0.28
Hex 7D 13 2F 0 55 3E 33 158 4A 1C
Octal 175 23 57 0 125 76 63 530 112 34
Binary 1111101 10011 101111 0 1010101 111110 110011 101011000 1001010 11100

Color Harmonies of #7D132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D132F

Black with #7D132F

Text Example


Text Example

White with #7D132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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