Html Css Color HEX #7B2B40 Paprika

📋 copy color: '#7B2B40'

red 123 ◦ green 43 ◦ blue 64

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

Shades of Paprika #7B2B40

Tints of Paprika #7B2B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.7%

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 53.48%
G = 18.7%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7B2B40 (or 0x7B2B40) is known color: Paprika. HEX triplet: 7B, 2B and 40. RGB value is (123,43,64). Sum of RGB (Red+Green+Blue) = 123+43+64=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2B40 is #84D4BF. Grayscale: #454545. Windows color (decimal): -8705216 or 4205435. OLE color: 4205435.

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

Color convert

RGB 123 43 64 -
CMYK 0 0.65 0.48 0.52
HSL 344.25º 0.48% 0.33% -
HSV(B) 344.25º 0.65% 0.48% -
XYZ 9.96 6.31 5.54 -
YUV 69.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 123 43 64 0 0.65 0.48 0.52 344.25 0.48 0.33
Hex 7B 2B 40 0 41 30 34 158 30 21
Octal 173 53 100 0 101 60 64 530 60 41
Binary 1111011 101011 1000000 0 1000001 110000 110100 101011000 110000 100001

Color Harmonies of #7B2B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2B40

Black with #7B2B40

Text Example


Text Example

White with #7B2B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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