Html Css Color HEX #7D2830 Scarlett

📋 copy color: '#7D2830'

red 125 ◦ green 40 ◦ blue 48

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

Shades of Scarlett #7D2830

Tints of Scarlett #7D2830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 58.69%
G = 18.78%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D2830 (or 0x7D2830) is known color: Scarlett. HEX triplet: 7D, 28 and 30. RGB value is (125,40,48). Sum of RGB (Red+Green+Blue) = 125+40+48=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2830 is #82D7CF. Grayscale: #424242. Windows color (decimal): -8574928 or 3156093. OLE color: 3156093.

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

Color convert

RGB 125 40 48 -
CMYK 0 0.68 0.62 0.51
HSL 354.35º 0.52% 0.32% -
HSV(B) 354.35º 0.68% 0.49% -
XYZ 9.75 6.09 3.46 -
YUV 66.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 125 40 48 0 0.68 0.62 0.51 354.35 0.52 0.32
Hex 7D 28 30 0 44 3E 33 162 34 20
Octal 175 50 60 0 104 76 63 542 64 40
Binary 1111101 101000 110000 0 1000100 111110 110011 101100010 110100 100000

Color Harmonies of #7D2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2830

Black with #7D2830

Text Example


Text Example

White with #7D2830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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