Html Css Color HEX #7F2D36 Paprika

📋 copy color: '#7F2D36'

red 127 ◦ green 45 ◦ blue 54

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

Shades of Paprika #7F2D36

Tints of Paprika #7F2D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.91%

 BLUE value IS 54 (21.48% from 255) = 23.89%

R = 56.19%
G = 19.91%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F2D36 (or 0x7F2D36) is known color: Paprika. HEX triplet: 7F, 2D and 36. RGB value is (127,45,54). Sum of RGB (Red+Green+Blue) = 127+45+54=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D36 is #80D2C9. Grayscale: #464646. Windows color (decimal): -8442570 or 3550591. OLE color: 3550591.

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

Color convert

RGB 127 45 54 -
CMYK 0 0.65 0.57 0.50
HSL 353.41º 0.48% 0.34% -
HSV(B) 353.41º 0.65% 0.5% -
XYZ 10.36 6.66 4.23 -
YUV 70.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 127 45 54 0 0.65 0.57 0.50 353.41 0.48 0.34
Hex 7F 2D 36 0 41 39 32 161 30 22
Octal 177 55 66 0 101 71 62 541 60 42
Binary 1111111 101101 110110 0 1000001 111001 110010 101100001 110000 100010

Color Harmonies of #7F2D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2D36

Black with #7F2D36

Text Example


Text Example

White with #7F2D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,45,54); }

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

background-color css

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

 a { background-color: rgb(127,45,54); }

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

border-color css

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

 span { border-color: rgb(127,45,54); }

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