Html Css Color HEX #7C182E Scarlett

📋 copy color: '#7C182E'

red 124 ◦ green 24 ◦ blue 46

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

Shades of Scarlett #7C182E

Tints of Scarlett #7C182E

RGB

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

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

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

R = 63.92%
G = 12.37%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C182E (or 0x7C182E) is known color: Scarlett. HEX triplet: 7C, 18 and 2E. RGB value is (124,24,46). Sum of RGB (Red+Green+Blue) = 124+24+46=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C182E is #83E7D1. Grayscale: #383838. Windows color (decimal): -8644562 or 3020924. OLE color: 3020924.

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

Color convert

RGB 124 24 46 -
CMYK 0 0.81 0.63 0.51
HSL 346.8º 0.68% 0.29% -
HSV(B) 346.8º 0.81% 0.49% -
XYZ 9.13 5.14 3.09 -
YUV 56.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 124 24 46 0 0.81 0.63 0.51 346.8 0.68 0.29
Hex 7C 18 2E 0 51 3F 33 15B 44 1D
Octal 174 30 56 0 121 77 63 533 104 35
Binary 1111100 11000 101110 0 1010001 111111 110011 101011011 1000100 11101

Color Harmonies of #7C182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C182E

Black with #7C182E

Text Example


Text Example

White with #7C182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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