Html Css Color HEX #7D2326 Scarlett

📋 copy color: '#7D2326'

red 125 ◦ green 35 ◦ blue 38

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

Shades of Scarlett #7D2326

Tints of Scarlett #7D2326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.19%

R = 63.13%
G = 17.68%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D2326 (or 0x7D2326) is known color: Scarlett. HEX triplet: 7D, 23 and 26. RGB value is (125,35,38). Sum of RGB (Red+Green+Blue) = 125+35+38=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2326 is #82DCD9. Grayscale: #3E3E3E. Windows color (decimal): -8576218 or 2499453. OLE color: 2499453.

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

Color convert

RGB 125 35 38 -
CMYK 0 0.72 0.70 0.51
HSL 358º 0.56% 0.31% -
HSV(B) 358º 0.72% 0.49% -
XYZ 9.41 5.7 2.44 -
YUV 62.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 125 35 38 0 0.72 0.70 0.51 358 0.56 0.31
Hex 7D 23 26 0 48 46 33 166 38 1F
Octal 175 43 46 0 110 106 63 546 70 37
Binary 1111101 100011 100110 0 1001000 1000110 110011 101100110 111000 11111

Color Harmonies of #7D2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2326

Black with #7D2326

Text Example


Text Example

White with #7D2326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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