Html Css Color HEX #7B202B Scarlett

📋 copy color: '#7B202B'

red 123 ◦ green 32 ◦ blue 43

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

Shades of Scarlett #7B202B

Tints of Scarlett #7B202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 43 (17.19% from 255) = 21.72%

R = 62.12%
G = 16.16%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7B202B (or 0x7B202B) is known color: Scarlett. HEX triplet: 7B, 20 and 2B. RGB value is (123,32,43). Sum of RGB (Red+Green+Blue) = 123+32+43=198 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.12% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 123 - color contains mainly: red. Hex color #7B202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B202B is #84DFD4. Grayscale: #3C3C3C. Windows color (decimal): -8708053 or 2826363. OLE color: 2826363.

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

Color convert

RGB 123 32 43 -
CMYK 0 0.74 0.65 0.52
HSL 352.75º 0.59% 0.3% -
HSV(B) 352.75º 0.74% 0.48% -
XYZ 9.12 5.42 2.85 -
YUV 60.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 123 32 43 0 0.74 0.65 0.52 352.75 0.59 0.3
Hex 7B 20 2B 0 4A 41 34 161 3B 1E
Octal 173 40 53 0 112 101 64 541 73 36
Binary 1111011 100000 101011 0 1001010 1000001 110100 101100001 111011 11110

Color Harmonies of #7B202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B202B

Black with #7B202B

Text Example


Text Example

White with #7B202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,32,43); }

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

background-color css

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

 a { background-color: rgb(123,32,43); }

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

border-color css

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

 span { border-color: rgb(123,32,43); }

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