Html Css Color HEX #7B2B3E Paprika

📋 copy color: '#7B2B3E'

red 123 ◦ green 43 ◦ blue 62

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

Shades of Paprika #7B2B3E

Tints of Paprika #7B2B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 53.95%
G = 18.86%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B2B3E (or 0x7B2B3E) is known color: Paprika. HEX triplet: 7B, 2B and 3E. RGB value is (123,43,62). Sum of RGB (Red+Green+Blue) = 123+43+62=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2B3E is #84D4C1. Grayscale: #454545. Windows color (decimal): -8705218 or 4074363. OLE color: 4074363.

HSL color Cylindrical-coordinate representation of color #7B2B3E: hue angle of 345.75º 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 #7B2B3E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 43 62 -
CMYK 0 0.65 0.50 0.52
HSL 345.75º 0.48% 0.33% -
HSV(B) 345.75º 0.65% 0.48% -
XYZ 9.9 6.29 5.25 -
YUV 69.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 123 43 62 0 0.65 0.50 0.52 345.75 0.48 0.33
Hex 7B 2B 3E 0 41 32 34 15A 30 21
Octal 173 53 76 0 101 62 64 532 60 41
Binary 1111011 101011 111110 0 1000001 110010 110100 101011010 110000 100001

Color Harmonies of #7B2B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2B3E

Black with #7B2B3E

Text Example


Text Example

White with #7B2B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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