Html Css Color HEX #7D2834 Scarlett

📋 copy color: '#7D2834'

red 125 ◦ green 40 ◦ blue 52

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

Shades of Scarlett #7D2834

Tints of Scarlett #7D2834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

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

R = 57.6%
G = 18.43%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D2834 (or 0x7D2834) is known color: Scarlett. HEX triplet: 7D, 28 and 34. RGB value is (125,40,52). Sum of RGB (Red+Green+Blue) = 125+40+52=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2834 is #82D7CB. Grayscale: #424242. Windows color (decimal): -8574924 or 3418237. OLE color: 3418237.

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

Color convert

RGB 125 40 52 -
CMYK 0 0.68 0.58 0.51
HSL 351.53º 0.52% 0.32% -
HSV(B) 351.53º 0.68% 0.49% -
XYZ 9.84 6.13 3.91 -
YUV 66.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 125 40 52 0 0.68 0.58 0.51 351.53 0.52 0.32
Hex 7D 28 34 0 44 3A 33 160 34 20
Octal 175 50 64 0 104 72 63 540 64 40
Binary 1111101 101000 110100 0 1000100 111010 110011 101100000 110100 100000

Color Harmonies of #7D2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2834

Black with #7D2834

Text Example


Text Example

White with #7D2834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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