Html Css Color HEX #7B3241 Paprika

📋 copy color: '#7B3241'

red 123 ◦ green 50 ◦ blue 65

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

Shades of Paprika #7B3241

Tints of Paprika #7B3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 51.68%
G = 21.01%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B3241 (or 0x7B3241) is known color: Paprika. HEX triplet: 7B, 32 and 41. RGB value is (123,50,65). Sum of RGB (Red+Green+Blue) = 123+50+65=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3241 is #84CDBE. Grayscale: #494949. Windows color (decimal): -8703423 or 4272763. OLE color: 4272763.

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

Color convert

RGB 123 50 65 -
CMYK 0 0.59 0.47 0.52
HSL 347.67º 0.42% 0.34% -
HSV(B) 347.67º 0.59% 0.48% -
XYZ 10.26 6.87 5.79 -
YUV 73.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 123 50 65 0 0.59 0.47 0.52 347.67 0.42 0.34
Hex 7B 32 41 0 3B 2F 34 15C 2A 22
Octal 173 62 101 0 73 57 64 534 52 42
Binary 1111011 110010 1000001 0 111011 101111 110100 101011100 101010 100010

Color Harmonies of #7B3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3241

Black with #7B3241

Text Example


Text Example

White with #7B3241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,50,65); }

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

background-color css

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

 a { background-color: rgb(123,50,65); }

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

border-color css

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

 span { border-color: rgb(123,50,65); }

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