Html Css Color HEX #7B2631 Scarlett

📋 copy color: '#7B2631'

red 123 ◦ green 38 ◦ blue 49

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

Shades of Scarlett #7B2631

Tints of Scarlett #7B2631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 58.57%
G = 18.1%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.52

RGB Variations

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

Color information

#7B2631 (or 0x7B2631) is known color: Scarlett. HEX triplet: 7B, 26 and 31. RGB value is (123,38,49). Sum of RGB (Red+Green+Blue) = 123+38+49=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2631 is #84D9CE. Grayscale: #404040. Windows color (decimal): -8706511 or 3221115. OLE color: 3221115.

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

Color convert

RGB 123 38 49 -
CMYK 0 0.69 0.60 0.52
HSL 352.24º 0.53% 0.32% -
HSV(B) 352.24º 0.69% 0.48% -
XYZ 9.42 5.82 3.53 -
YUV 64.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 123 38 49 0 0.69 0.60 0.52 352.24 0.53 0.32
Hex 7B 26 31 0 45 3C 34 160 35 20
Octal 173 46 61 0 105 74 64 540 65 40
Binary 1111011 100110 110001 0 1000101 111100 110100 101100000 110101 100000

Color Harmonies of #7B2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2631

Black with #7B2631

Text Example


Text Example

White with #7B2631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,38,49); }

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

background-color css

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

 a { background-color: rgb(123,38,49); }

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

border-color css

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

 span { border-color: rgb(123,38,49); }

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