Html Css Color HEX #7B1C30 Scarlett

📋 copy color: '#7B1C30'

red 123 ◦ green 28 ◦ blue 48

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

Shades of Scarlett #7B1C30

Tints of Scarlett #7B1C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 61.81%
G = 14.07%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B1C30 (or 0x7B1C30) is known color: Scarlett. HEX triplet: 7B, 1C and 30. RGB value is (123,28,48). Sum of RGB (Red+Green+Blue) = 123+28+48=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1C30 is #84E3CF. Grayscale: #3A3A3A. Windows color (decimal): -8709072 or 3153019. OLE color: 3153019.

HSL color Cylindrical-coordinate representation of color #7B1C30: hue angle of 347.37º 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 #7B1C30 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 28 48 -
CMYK 0 0.77 0.61 0.52
HSL 347.37º 0.63% 0.3% -
HSV(B) 347.37º 0.77% 0.48% -
XYZ 9.12 5.25 3.33 -
YUV 58.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 123 28 48 0 0.77 0.61 0.52 347.37 0.63 0.3
Hex 7B 1C 30 0 4D 3D 34 15B 3F 1E
Octal 173 34 60 0 115 75 64 533 77 36
Binary 1111011 11100 110000 0 1001101 111101 110100 101011011 111111 11110

Color Harmonies of #7B1C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1C30

Black with #7B1C30

Text Example


Text Example

White with #7B1C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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