Html Css Color HEX #7C172F Scarlett

📋 copy color: '#7C172F'

red 124 ◦ green 23 ◦ blue 47

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

Shades of Scarlett #7C172F

Tints of Scarlett #7C172F

RGB

 RED value IS 124 (48.83% from 255) = 63.92%

 GREEN value IS 23 (9.38% from 255) = 11.86%

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

R = 63.92%
G = 11.86%
B = 24.23%

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

#7C172F (or 0x7C172F) is known color: Scarlett. HEX triplet: 7C, 17 and 2F. RGB value is (124,23,47). Sum of RGB (Red+Green+Blue) = 124+23+47=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C172F is #83E8D0. Grayscale: #373737. Windows color (decimal): -8644817 or 3086204. OLE color: 3086204.

HSL color Cylindrical-coordinate representation of color #7C172F: hue angle of 345.74º degrees, saturation: 0.69, 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 #7C172F is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 23 47 -
CMYK 0 0.81 0.62 0.51
HSL 345.74º 0.69% 0.29% -
HSV(B) 345.74º 0.81% 0.49% -
XYZ 9.13 5.1 3.19 -
YUV 55.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 124 23 47 0 0.81 0.62 0.51 345.74 0.69 0.29
Hex 7C 17 2F 0 51 3E 33 15A 45 1D
Octal 174 27 57 0 121 76 63 532 105 35
Binary 1111100 10111 101111 0 1010001 111110 110011 101011010 1000101 11101

Color Harmonies of #7C172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C172F

Black with #7C172F

Text Example


Text Example

White with #7C172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,23,47); }

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

background-color css

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

 a { background-color: rgb(124,23,47); }

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

border-color css

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

 span { border-color: rgb(124,23,47); }

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