Html Css Color HEX #7B1C2A Scarlett

📋 copy color: '#7B1C2A'

red 123 ◦ green 28 ◦ blue 42

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

Shades of Scarlett #7B1C2A

Tints of Scarlett #7B1C2A

RGB

 RED value IS 123 (48.44% from 255) = 63.73%

 GREEN value IS 28 (11.33% from 255) = 14.51%

 BLUE value IS 42 (16.8% from 255) = 21.76%

R = 63.73%
G = 14.51%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7B1C2A (or 0x7B1C2A) is known color: Scarlett. HEX triplet: 7B, 1C and 2A. RGB value is (123,28,42). Sum of RGB (Red+Green+Blue) = 123+28+42=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1C2A is #84E3D5. Grayscale: #3A3A3A. Windows color (decimal): -8709078 or 2759803. OLE color: 2759803.

HSL color Cylindrical-coordinate representation of color #7B1C2A: hue angle of 351.16º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C2A is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 28 42 -
CMYK 0 0.77 0.66 0.52
HSL 351.16º 0.63% 0.3% -
HSV(B) 351.16º 0.77% 0.48% -
XYZ 9 5.21 2.72 -
YUV 58 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 123 28 42 0 0.77 0.66 0.52 351.16 0.63 0.3
Hex 7B 1C 2A 0 4D 42 34 15F 3F 1E
Octal 173 34 52 0 115 102 64 537 77 36
Binary 1111011 11100 101010 0 1001101 1000010 110100 101011111 111111 11110

Color Harmonies of #7B1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1C2A

Black with #7B1C2A

Text Example


Text Example

White with #7B1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,28,42); }

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

background-color css

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

 a { background-color: rgb(123,28,42); }

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

border-color css

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

 span { border-color: rgb(123,28,42); }

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