Html Css Color HEX #7B2135 Scarlett

📋 copy color: '#7B2135'

red 123 ◦ green 33 ◦ blue 53

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

Shades of Scarlett #7B2135

Tints of Scarlett #7B2135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 58.85%
G = 15.79%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7B2135 (or 0x7B2135) is known color: Scarlett. HEX triplet: 7B, 21 and 35. RGB value is (123,33,53). Sum of RGB (Red+Green+Blue) = 123+33+53=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2135 is #84DECA. Grayscale: #3E3E3E. Windows color (decimal): -8707787 or 3481979. OLE color: 3481979.

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

Color convert

RGB 123 33 53 -
CMYK 0 0.73 0.57 0.52
HSL 346.67º 0.58% 0.31% -
HSV(B) 346.67º 0.73% 0.48% -
XYZ 9.35 5.56 3.95 -
YUV 62.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 123 33 53 0 0.73 0.57 0.52 346.67 0.58 0.31
Hex 7B 21 35 0 49 39 34 15B 3A 1F
Octal 173 41 65 0 111 71 64 533 72 37
Binary 1111011 100001 110101 0 1001001 111001 110100 101011011 111010 11111

Color Harmonies of #7B2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2135

Black with #7B2135

Text Example


Text Example

White with #7B2135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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