Html Css Color HEX #7B2730 Scarlett

📋 copy color: '#7B2730'

red 123 ◦ green 39 ◦ blue 48

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

Shades of Scarlett #7B2730

Tints of Scarlett #7B2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

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

R = 58.57%
G = 18.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B2730 (or 0x7B2730) is known color: Scarlett. HEX triplet: 7B, 27 and 30. RGB value is (123,39,48). Sum of RGB (Red+Green+Blue) = 123+39+48=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2730 is #84D8CF. Grayscale: #414141. Windows color (decimal): -8706256 or 3155835. OLE color: 3155835.

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

Color convert

RGB 123 39 48 -
CMYK 0 0.68 0.61 0.52
HSL 353.57º 0.52% 0.32% -
HSV(B) 353.57º 0.68% 0.48% -
XYZ 9.43 5.88 3.43 -
YUV 65.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 123 39 48 0 0.68 0.61 0.52 353.57 0.52 0.32
Hex 7B 27 30 0 44 3D 34 162 34 20
Octal 173 47 60 0 104 75 64 542 64 40
Binary 1111011 100111 110000 0 1000100 111101 110100 101100010 110100 100000

Color Harmonies of #7B2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2730

Black with #7B2730

Text Example


Text Example

White with #7B2730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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