Html Css Color HEX #7D2528 Scarlett

📋 copy color: '#7D2528'

red 125 ◦ green 37 ◦ blue 40

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

Shades of Scarlett #7D2528

Tints of Scarlett #7D2528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.32%

 BLUE value IS 40 (16.02% from 255) = 19.8%

R = 61.88%
G = 18.32%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D2528 (or 0x7D2528) is known color: Scarlett. HEX triplet: 7D, 25 and 28. RGB value is (125,37,40). Sum of RGB (Red+Green+Blue) = 125+37+40=202 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.88% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2528 is #82DAD7. Grayscale: #3F3F3F. Windows color (decimal): -8575704 or 2631037. OLE color: 2631037.

HSL color Cylindrical-coordinate representation of color #7D2528: hue angle of 357.95º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D2528 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 37 40 -
CMYK 0 0.70 0.68 0.51
HSL 357.95º 0.54% 0.32% -
HSV(B) 357.95º 0.7% 0.49% -
XYZ 9.5 5.84 2.63 -
YUV 63.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 125 37 40 0 0.70 0.68 0.51 357.95 0.54 0.32
Hex 7D 25 28 0 46 44 33 166 36 20
Octal 175 45 50 0 106 104 63 546 66 40
Binary 1111101 100101 101000 0 1000110 1000100 110011 101100110 110110 100000

Color Harmonies of #7D2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2528

Black with #7D2528

Text Example


Text Example

White with #7D2528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,37,40); }

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

background-color css

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

 a { background-color: rgb(125,37,40); }

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

border-color css

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

 span { border-color: rgb(125,37,40); }

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