Html Css Color HEX #7B2130 Scarlett

📋 copy color: '#7B2130'

red 123 ◦ green 33 ◦ blue 48

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

Shades of Scarlett #7B2130

Tints of Scarlett #7B2130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.18%

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

R = 60.29%
G = 16.18%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B2130 (or 0x7B2130) is known color: Scarlett. HEX triplet: 7B, 21 and 30. RGB value is (123,33,48). Sum of RGB (Red+Green+Blue) = 123+33+48=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2130 is #84DECF. Grayscale: #3D3D3D. Windows color (decimal): -8707792 or 3154299. OLE color: 3154299.

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

Color convert

RGB 123 33 48 -
CMYK 0 0.73 0.61 0.52
HSL 350º 0.58% 0.31% -
HSV(B) 350º 0.73% 0.48% -
XYZ 9.25 5.51 3.37 -
YUV 61.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 123 33 48 0 0.73 0.61 0.52 350 0.58 0.31
Hex 7B 21 30 0 49 3D 34 15E 3A 1F
Octal 173 41 60 0 111 75 64 536 72 37
Binary 1111011 100001 110000 0 1001001 111101 110100 101011110 111010 11111

Color Harmonies of #7B2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2130

Black with #7B2130

Text Example


Text Example

White with #7B2130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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