Html Css Color HEX #7D2132 Scarlett

📋 copy color: '#7D2132'

red 125 ◦ green 33 ◦ blue 50

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

Shades of Scarlett #7D2132

Tints of Scarlett #7D2132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 60.1%
G = 15.87%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7D2132 (or 0x7D2132) is known color: Scarlett. HEX triplet: 7D, 21 and 32. RGB value is (125,33,50). Sum of RGB (Red+Green+Blue) = 125+33+50=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2132 is #82DECD. Grayscale: #3E3E3E. Windows color (decimal): -8576718 or 3285373. OLE color: 3285373.

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

Color convert

RGB 125 33 50 -
CMYK 0 0.74 0.60 0.51
HSL 348.91º 0.58% 0.31% -
HSV(B) 348.91º 0.74% 0.49% -
XYZ 9.58 5.68 3.61 -
YUV 62.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 125 33 50 0 0.74 0.60 0.51 348.91 0.58 0.31
Hex 7D 21 32 0 4A 3C 33 15D 3A 1F
Octal 175 41 62 0 112 74 63 535 72 37
Binary 1111101 100001 110010 0 1001010 111100 110011 101011101 111010 11111

Color Harmonies of #7D2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2132

Black with #7D2132

Text Example


Text Example

White with #7D2132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,33,50); }

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

background-color css

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

 a { background-color: rgb(125,33,50); }

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

border-color css

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

 span { border-color: rgb(125,33,50); }

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