Html Css Color HEX #7C1D33 Scarlett

📋 copy color: '#7C1D33'

red 124 ◦ green 29 ◦ blue 51

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

Shades of Scarlett #7C1D33

Tints of Scarlett #7C1D33

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.22%

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

R = 60.78%
G = 14.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C1D33 (or 0x7C1D33) is known color: Scarlett. HEX triplet: 7C, 1D and 33. RGB value is (124,29,51). Sum of RGB (Red+Green+Blue) = 124+29+51=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1D33 is #83E2CC. Grayscale: #3B3B3B. Windows color (decimal): -8643277 or 3349884. OLE color: 3349884.

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

Color convert

RGB 124 29 51 -
CMYK 0 0.77 0.59 0.51
HSL 346.11º 0.62% 0.3% -
HSV(B) 346.11º 0.77% 0.49% -
XYZ 9.35 5.4 3.68 -
YUV 59.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 124 29 51 0 0.77 0.59 0.51 346.11 0.62 0.3
Hex 7C 1D 33 0 4D 3B 33 15A 3E 1E
Octal 174 35 63 0 115 73 63 532 76 36
Binary 1111100 11101 110011 0 1001101 111011 110011 101011010 111110 11110

Color Harmonies of #7C1D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1D33

Black with #7C1D33

Text Example


Text Example

White with #7C1D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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