Html Css Color HEX #7B2F39 Paprika

📋 copy color: '#7B2F39'

red 123 ◦ green 47 ◦ blue 57

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

Shades of Paprika #7B2F39

Tints of Paprika #7B2F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 54.19%
G = 20.7%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7B2F39 (or 0x7B2F39) is known color: Paprika. HEX triplet: 7B, 2F and 39. RGB value is (123,47,57). Sum of RGB (Red+Green+Blue) = 123+47+57=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2F39 is #84D0C6. Grayscale: #464646. Windows color (decimal): -8704199 or 3747707. OLE color: 3747707.

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

Color convert

RGB 123 47 57 -
CMYK 0 0.62 0.54 0.52
HSL 352.11º 0.45% 0.33% -
HSV(B) 352.11º 0.62% 0.48% -
XYZ 9.92 6.54 4.61 -
YUV 70.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 123 47 57 0 0.62 0.54 0.52 352.11 0.45 0.33
Hex 7B 2F 39 0 3E 36 34 160 2D 21
Octal 173 57 71 0 76 66 64 540 55 41
Binary 1111011 101111 111001 0 111110 110110 110100 101100000 101101 100001

Color Harmonies of #7B2F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2F39

Black with #7B2F39

Text Example


Text Example

White with #7B2F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,47,57); }

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

background-color css

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

 a { background-color: rgb(123,47,57); }

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

border-color css

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

 span { border-color: rgb(123,47,57); }

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