Html Css Color HEX #7F2C33 Paprika

📋 copy color: '#7F2C33'

red 127 ◦ green 44 ◦ blue 51

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

Shades of Paprika #7F2C33

Tints of Paprika #7F2C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

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

R = 57.21%
G = 19.82%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#7F2C33 (or 0x7F2C33) is known color: Paprika. HEX triplet: 7F, 2C and 33. RGB value is (127,44,51). Sum of RGB (Red+Green+Blue) = 127+44+51=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C33 is #80D3CC. Grayscale: #454545. Windows color (decimal): -8442829 or 3353727. OLE color: 3353727.

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

Color convert

RGB 127 44 51 -
CMYK 0 0.65 0.60 0.50
HSL 354.94º 0.49% 0.34% -
HSV(B) 354.94º 0.65% 0.5% -
XYZ 10.25 6.55 3.86 -
YUV 69.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 127 44 51 0 0.65 0.60 0.50 354.94 0.49 0.34
Hex 7F 2C 33 0 41 3C 32 163 31 22
Octal 177 54 63 0 101 74 62 543 61 42
Binary 1111111 101100 110011 0 1000001 111100 110010 101100011 110001 100010

Color Harmonies of #7F2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2C33

Black with #7F2C33

Text Example


Text Example

White with #7F2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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