Html Css Color HEX #7D162E Scarlett

📋 copy color: '#7D162E'

red 125 ◦ green 22 ◦ blue 46

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

Shades of Scarlett #7D162E

Tints of Scarlett #7D162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 64.77%
G = 11.4%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7D162E (or 0x7D162E) is known color: Scarlett. HEX triplet: 7D, 16 and 2E. RGB value is (125,22,46). Sum of RGB (Red+Green+Blue) = 125+22+46=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D162E is #82E9D1. Grayscale: #373737. Windows color (decimal): -8579538 or 3020413. OLE color: 3020413.

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

Color convert

RGB 125 22 46 -
CMYK 0 0.82 0.63 0.51
HSL 346.02º 0.7% 0.29% -
HSV(B) 346.02º 0.82% 0.49% -
XYZ 9.24 5.13 3.09 -
YUV 55.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 125 22 46 0 0.82 0.63 0.51 346.02 0.7 0.29
Hex 7D 16 2E 0 52 3F 33 15A 46 1D
Octal 175 26 56 0 122 77 63 532 106 35
Binary 1111101 10110 101110 0 1010010 111111 110011 101011010 1000110 11101

Color Harmonies of #7D162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D162E

Black with #7D162E

Text Example


Text Example

White with #7D162E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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