Html Css Color HEX #7F2C3F Paprika

📋 copy color: '#7F2C3F'

red 127 ◦ green 44 ◦ blue 63

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

Shades of Paprika #7F2C3F

Tints of Paprika #7F2C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.92%

R = 54.27%
G = 18.8%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F2C3F (or 0x7F2C3F) is known color: Paprika. HEX triplet: 7F, 2C and 3F. RGB value is (127,44,63). Sum of RGB (Red+Green+Blue) = 127+44+63=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C3F is #80D3C0. Grayscale: #464646. Windows color (decimal): -8442817 or 4140159. OLE color: 4140159.

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

Color convert

RGB 127 44 63 -
CMYK 0 0.65 0.50 0.50
HSL 346.27º 0.49% 0.34% -
HSV(B) 346.27º 0.65% 0.5% -
XYZ 10.55 6.67 5.43 -
YUV 70.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 127 44 63 0 0.65 0.50 0.50 346.27 0.49 0.34
Hex 7F 2C 3F 0 41 32 32 15A 31 22
Octal 177 54 77 0 101 62 62 532 61 42
Binary 1111111 101100 111111 0 1000001 110010 110010 101011010 110001 100010

Color Harmonies of #7F2C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2C3F

Black with #7F2C3F

Text Example


Text Example

White with #7F2C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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