Html Css Color HEX #7B2232 Scarlett

📋 copy color: '#7B2232'

red 123 ◦ green 34 ◦ blue 50

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

Shades of Scarlett #7B2232

Tints of Scarlett #7B2232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 59.42%
G = 16.43%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B2232 (or 0x7B2232) is known color: Scarlett. HEX triplet: 7B, 22 and 32. RGB value is (123,34,50). Sum of RGB (Red+Green+Blue) = 123+34+50=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2232 is #84DDCD. Grayscale: #3E3E3E. Windows color (decimal): -8707534 or 3285627. OLE color: 3285627.

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

Color convert

RGB 123 34 50 -
CMYK 0 0.72 0.59 0.52
HSL 349.21º 0.57% 0.31% -
HSV(B) 349.21º 0.72% 0.48% -
XYZ 9.32 5.59 3.6 -
YUV 62.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 123 34 50 0 0.72 0.59 0.52 349.21 0.57 0.31
Hex 7B 22 32 0 48 3B 34 15D 39 1F
Octal 173 42 62 0 110 73 64 535 71 37
Binary 1111011 100010 110010 0 1001000 111011 110100 101011101 111001 11111

Color Harmonies of #7B2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2232

Black with #7B2232

Text Example


Text Example

White with #7B2232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,34,50); }

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

background-color css

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

 a { background-color: rgb(123,34,50); }

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

border-color css

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

 span { border-color: rgb(123,34,50); }

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