Html Css Color HEX #7B2330 Scarlett

📋 copy color: '#7B2330'

red 123 ◦ green 35 ◦ blue 48

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

Shades of Scarlett #7B2330

Tints of Scarlett #7B2330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

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

R = 59.71%
G = 16.99%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B2330 (or 0x7B2330) is known color: Scarlett. HEX triplet: 7B, 23 and 30. RGB value is (123,35,48). Sum of RGB (Red+Green+Blue) = 123+35+48=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2330 is #84DCCF. Grayscale: #3E3E3E. Windows color (decimal): -8707280 or 3154811. OLE color: 3154811.

HSL color Cylindrical-coordinate representation of color #7B2330: hue angle of 351.14º degrees, saturation: 0.56, 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 #7B2330 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 35 48 -
CMYK 0 0.72 0.61 0.52
HSL 351.14º 0.56% 0.31% -
HSV(B) 351.14º 0.72% 0.48% -
XYZ 9.3 5.63 3.39 -
YUV 62.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 123 35 48 0 0.72 0.61 0.52 351.14 0.56 0.31
Hex 7B 23 30 0 48 3D 34 15F 38 1F
Octal 173 43 60 0 110 75 64 537 70 37
Binary 1111011 100011 110000 0 1001000 111101 110100 101011111 111000 11111

Color Harmonies of #7B2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2330

Black with #7B2330

Text Example


Text Example

White with #7B2330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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