Html Css Color HEX #7D182F Scarlett

📋 copy color: '#7D182F'

red 125 ◦ green 24 ◦ blue 47

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

Shades of Scarlett #7D182F

Tints of Scarlett #7D182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 63.78%
G = 12.24%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D182F (or 0x7D182F) is known color: Scarlett. HEX triplet: 7D, 18 and 2F. RGB value is (125,24,47). Sum of RGB (Red+Green+Blue) = 125+24+47=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D182F is #82E7D0. Grayscale: #383838. Windows color (decimal): -8579025 or 3086461. OLE color: 3086461.

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

Color convert

RGB 125 24 47 -
CMYK 0 0.81 0.62 0.51
HSL 346.34º 0.68% 0.29% -
HSV(B) 346.34º 0.81% 0.49% -
XYZ 9.3 5.22 3.21 -
YUV 56.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 125 24 47 0 0.81 0.62 0.51 346.34 0.68 0.29
Hex 7D 18 2F 0 51 3E 33 15A 44 1D
Octal 175 30 57 0 121 76 63 532 104 35
Binary 1111101 11000 101111 0 1010001 111110 110011 101011010 1000100 11101

Color Harmonies of #7D182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D182F

Black with #7D182F

Text Example


Text Example

White with #7D182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,47); }

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

background-color css

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

 a { background-color: rgb(125,24,47); }

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

border-color css

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

 span { border-color: rgb(125,24,47); }

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