Html Css Color HEX #7D2328 Scarlett

📋 copy color: '#7D2328'

red 125 ◦ green 35 ◦ blue 40

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

Shades of Scarlett #7D2328

Tints of Scarlett #7D2328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

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

R = 62.5%
G = 17.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D2328 (or 0x7D2328) is known color: Scarlett. HEX triplet: 7D, 23 and 28. RGB value is (125,35,40). Sum of RGB (Red+Green+Blue) = 125+35+40=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2328 is #82DCD7. Grayscale: #3E3E3E. Windows color (decimal): -8576216 or 2630525. OLE color: 2630525.

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

Color convert

RGB 125 35 40 -
CMYK 0 0.72 0.68 0.51
HSL 356.67º 0.56% 0.31% -
HSV(B) 356.67º 0.72% 0.49% -
XYZ 9.44 5.72 2.61 -
YUV 62.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 125 35 40 0 0.72 0.68 0.51 356.67 0.56 0.31
Hex 7D 23 28 0 48 44 33 165 38 1F
Octal 175 43 50 0 110 104 63 545 70 37
Binary 1111101 100011 101000 0 1001000 1000100 110011 101100101 111000 11111

Color Harmonies of #7D2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2328

Black with #7D2328

Text Example


Text Example

White with #7D2328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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