Html Css Color HEX #7B2930 Scarlett

📋 copy color: '#7B2930'

red 123 ◦ green 41 ◦ blue 48

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

Shades of Scarlett #7B2930

Tints of Scarlett #7B2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

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

R = 58.02%
G = 19.34%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B2930 (or 0x7B2930) is known color: Scarlett. HEX triplet: 7B, 29 and 30. RGB value is (123,41,48). Sum of RGB (Red+Green+Blue) = 123+41+48=212 (28% of max value = 765). Red value is 123 (48.44% from 255 or 58.02% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2930 is #84D6CF. Grayscale: #424242. Windows color (decimal): -8705744 or 3156347. OLE color: 3156347.

HSL color Cylindrical-coordinate representation of color #7B2930: hue angle of 354.88º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2930 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 41 48 -
CMYK 0 0.67 0.61 0.52
HSL 354.88º 0.5% 0.32% -
HSV(B) 354.88º 0.67% 0.48% -
XYZ 9.49 6.01 3.46 -
YUV 66.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 123 41 48 0 0.67 0.61 0.52 354.88 0.5 0.32
Hex 7B 29 30 0 43 3D 34 163 32 20
Octal 173 51 60 0 103 75 64 543 62 40
Binary 1111011 101001 110000 0 1000011 111101 110100 101100011 110010 100000

Color Harmonies of #7B2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2930

Black with #7B2930

Text Example


Text Example

White with #7B2930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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