Html Css Color HEX #7B2530 Scarlett

📋 copy color: '#7B2530'

red 123 ◦ green 37 ◦ blue 48

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

Shades of Scarlett #7B2530

Tints of Scarlett #7B2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

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

R = 59.13%
G = 17.79%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B2530 (or 0x7B2530) is known color: Scarlett. HEX triplet: 7B, 25 and 30. RGB value is (123,37,48). Sum of RGB (Red+Green+Blue) = 123+37+48=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2530 is #84DACF. Grayscale: #404040. Windows color (decimal): -8706768 or 3155323. OLE color: 3155323.

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

Color convert

RGB 123 37 48 -
CMYK 0 0.70 0.61 0.52
HSL 352.33º 0.54% 0.31% -
HSV(B) 352.33º 0.7% 0.48% -
XYZ 9.36 5.75 3.41 -
YUV 63.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 123 37 48 0 0.70 0.61 0.52 352.33 0.54 0.31
Hex 7B 25 30 0 46 3D 34 160 36 1F
Octal 173 45 60 0 106 75 64 540 66 37
Binary 1111011 100101 110000 0 1000110 111101 110100 101100000 110110 11111

Color Harmonies of #7B2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2530

Black with #7B2530

Text Example


Text Example

White with #7B2530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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