Html Css Color HEX #7D2134 Scarlett

📋 copy color: '#7D2134'

red 125 ◦ green 33 ◦ blue 52

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

Shades of Scarlett #7D2134

Tints of Scarlett #7D2134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.76%

R = 59.52%
G = 15.71%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D2134 (or 0x7D2134) is known color: Scarlett. HEX triplet: 7D, 21 and 34. RGB value is (125,33,52). Sum of RGB (Red+Green+Blue) = 125+33+52=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2134 is #82DECB. Grayscale: #3E3E3E. Windows color (decimal): -8576716 or 3416445. OLE color: 3416445.

HSL color Cylindrical-coordinate representation of color #7D2134: hue angle of 347.61º 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 #7D2134 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 33 52 -
CMYK 0 0.74 0.58 0.51
HSL 347.61º 0.58% 0.31% -
HSV(B) 347.61º 0.74% 0.49% -
XYZ 9.62 5.7 3.84 -
YUV 62.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 125 33 52 0 0.74 0.58 0.51 347.61 0.58 0.31
Hex 7D 21 34 0 4A 3A 33 15C 3A 1F
Octal 175 41 64 0 112 72 63 534 72 37
Binary 1111101 100001 110100 0 1001010 111010 110011 101011100 111010 11111

Color Harmonies of #7D2134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2134

Black with #7D2134

Text Example


Text Example

White with #7D2134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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