Html Css Color HEX #7C1A33 Scarlett

📋 copy color: '#7C1A33'

red 124 ◦ green 26 ◦ blue 51

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

Shades of Scarlett #7C1A33

Tints of Scarlett #7C1A33

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

 BLUE value IS 51 (20.31% from 255) = 25.37%

R = 61.69%
G = 12.94%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C1A33 (or 0x7C1A33) is known color: Scarlett. HEX triplet: 7C, 1A and 33. RGB value is (124,26,51). Sum of RGB (Red+Green+Blue) = 124+26+51=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A33 is #83E5CC. Grayscale: #3A3A3A. Windows color (decimal): -8644045 or 3349116. OLE color: 3349116.

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

Color convert

RGB 124 26 51 -
CMYK 0 0.79 0.59 0.51
HSL 344.69º 0.65% 0.29% -
HSV(B) 344.69º 0.79% 0.49% -
XYZ 9.28 5.26 3.66 -
YUV 58.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 124 26 51 0 0.79 0.59 0.51 344.69 0.65 0.29
Hex 7C 1A 33 0 4F 3B 33 159 41 1D
Octal 174 32 63 0 117 73 63 531 101 35
Binary 1111100 11010 110011 0 1001111 111011 110011 101011001 1000001 11101

Color Harmonies of #7C1A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1A33

Black with #7C1A33

Text Example


Text Example

White with #7C1A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,26,51); }

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

background-color css

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

 a { background-color: rgb(124,26,51); }

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

border-color css

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

 span { border-color: rgb(124,26,51); }

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