Html Css Color HEX #7D2B31 Scarlett

📋 copy color: '#7D2B31'

red 125 ◦ green 43 ◦ blue 49

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

Shades of Scarlett #7D2B31

Tints of Scarlett #7D2B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 57.6%
G = 19.82%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7D2B31 (or 0x7D2B31) is known color: Scarlett. HEX triplet: 7D, 2B and 31. RGB value is (125,43,49). Sum of RGB (Red+Green+Blue) = 125+43+49=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2B31 is #82D4CE. Grayscale: #444444. Windows color (decimal): -8574159 or 3222397. OLE color: 3222397.

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

Color convert

RGB 125 43 49 -
CMYK 0 0.66 0.61 0.51
HSL 355.61º 0.49% 0.33% -
HSV(B) 355.61º 0.66% 0.49% -
XYZ 9.88 6.31 3.6 -
YUV 68.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 125 43 49 0 0.66 0.61 0.51 355.61 0.49 0.33
Hex 7D 2B 31 0 42 3D 33 164 31 21
Octal 175 53 61 0 102 75 63 544 61 41
Binary 1111101 101011 110001 0 1000010 111101 110011 101100100 110001 100001

Color Harmonies of #7D2B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2B31

Black with #7D2B31

Text Example


Text Example

White with #7D2B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,43,49); }

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

background-color css

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

 a { background-color: rgb(125,43,49); }

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

border-color css

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

 span { border-color: rgb(125,43,49); }

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