Html Css Color HEX #7D162D Scarlett

📋 copy color: '#7D162D'

red 125 ◦ green 22 ◦ blue 45

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

Shades of Scarlett #7D162D

Tints of Scarlett #7D162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 65.1%
G = 11.46%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D162D (or 0x7D162D) is known color: Scarlett. HEX triplet: 7D, 16 and 2D. RGB value is (125,22,45). Sum of RGB (Red+Green+Blue) = 125+22+45=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D162D is #82E9D2. Grayscale: #373737. Windows color (decimal): -8579539 or 2954877. OLE color: 2954877.

HSL color Cylindrical-coordinate representation of color #7D162D: hue angle of 346.6º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D162D is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 22 45 -
CMYK 0 0.82 0.64 0.51
HSL 346.6º 0.7% 0.29% -
HSV(B) 346.6º 0.82% 0.49% -
XYZ 9.22 5.12 2.99 -
YUV 55.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 125 22 45 0 0.82 0.64 0.51 346.6 0.7 0.29
Hex 7D 16 2D 0 52 40 33 15B 46 1D
Octal 175 26 55 0 122 100 63 533 106 35
Binary 1111101 10110 101101 0 1010010 1000000 110011 101011011 1000110 11101

Color Harmonies of #7D162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D162D

Black with #7D162D

Text Example


Text Example

White with #7D162D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,45); }

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

background-color css

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

 a { background-color: rgb(125,22,45); }

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

border-color css

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

 span { border-color: rgb(125,22,45); }

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