Html Css Color HEX #7F3033 Paprika

📋 copy color: '#7F3033'

red 127 ◦ green 48 ◦ blue 51

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

Shades of Paprika #7F3033

Tints of Paprika #7F3033

RGB

 RED value IS 127 (50% from 255) = 56.19%

 GREEN value IS 48 (19.14% from 255) = 21.24%

 BLUE value IS 51 (20.31% from 255) = 22.57%

R = 56.19%
G = 21.24%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#7F3033 (or 0x7F3033) is known color: Paprika. HEX triplet: 7F, 30 and 33. RGB value is (127,48,51). Sum of RGB (Red+Green+Blue) = 127+48+51=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3033 is #80CFCC. Grayscale: #484848. Windows color (decimal): -8441805 or 3354751. OLE color: 3354751.

HSL color Cylindrical-coordinate representation of color #7F3033: hue angle of 357.72º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F3033 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 48 51 -
CMYK 0 0.62 0.60 0.50
HSL 357.72º 0.45% 0.34% -
HSV(B) 357.72º 0.62% 0.5% -
XYZ 10.41 6.86 3.91 -
YUV 71.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 127 48 51 0 0.62 0.60 0.50 357.72 0.45 0.34
Hex 7F 30 33 0 3E 3C 32 166 2D 22
Octal 177 60 63 0 76 74 62 546 55 42
Binary 1111111 110000 110011 0 111110 111100 110010 101100110 101101 100010

Color Harmonies of #7F3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3033

Black with #7F3033

Text Example


Text Example

White with #7F3033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,48,51); }

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

background-color css

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

 a { background-color: rgb(127,48,51); }

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

border-color css

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

 span { border-color: rgb(127,48,51); }

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