Html Css Color HEX #7C182F Scarlett

📋 copy color: '#7C182F'

red 124 ◦ green 24 ◦ blue 47

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

Shades of Scarlett #7C182F

Tints of Scarlett #7C182F

RGB

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

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

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

R = 63.59%
G = 12.31%
B = 24.1%

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

#7C182F (or 0x7C182F) is known color: Scarlett. HEX triplet: 7C, 18 and 2F. RGB value is (124,24,47). Sum of RGB (Red+Green+Blue) = 124+24+47=195 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.59% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 124 - color contains mainly: red. Hex color #7C182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C182F is #83E7D0. Grayscale: #383838. Windows color (decimal): -8644561 or 3086460. OLE color: 3086460.

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

Color convert

RGB 124 24 47 -
CMYK 0 0.81 0.62 0.51
HSL 346.2º 0.68% 0.29% -
HSV(B) 346.2º 0.81% 0.49% -
XYZ 9.15 5.14 3.2 -
YUV 56.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 124 24 47 0 0.81 0.62 0.51 346.2 0.68 0.29
Hex 7C 18 2F 0 51 3E 33 15A 44 1D
Octal 174 30 57 0 121 76 63 532 104 35
Binary 1111100 11000 101111 0 1010001 111110 110011 101011010 1000100 11101

Color Harmonies of #7C182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C182F

Black with #7C182F

Text Example


Text Example

White with #7C182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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