Html Css Color HEX #7F2D34 Paprika

📋 copy color: '#7F2D34'

red 127 ◦ green 45 ◦ blue 52

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

Shades of Paprika #7F2D34

Tints of Paprika #7F2D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.21%

R = 56.7%
G = 20.09%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#7F2D34 (or 0x7F2D34) is known color: Paprika. HEX triplet: 7F, 2D and 34. RGB value is (127,45,52). Sum of RGB (Red+Green+Blue) = 127+45+52=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D34 is #80D2CB. Grayscale: #464646. Windows color (decimal): -8442572 or 3419519. OLE color: 3419519.

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

Color convert

RGB 127 45 52 -
CMYK 0 0.65 0.59 0.50
HSL 354.88º 0.48% 0.34% -
HSV(B) 354.88º 0.65% 0.5% -
XYZ 10.31 6.64 3.99 -
YUV 70.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 127 45 52 0 0.65 0.59 0.50 354.88 0.48 0.34
Hex 7F 2D 34 0 41 3B 32 163 30 22
Octal 177 55 64 0 101 73 62 543 60 42
Binary 1111111 101101 110100 0 1000001 111011 110010 101100011 110000 100010

Color Harmonies of #7F2D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2D34

Black with #7F2D34

Text Example


Text Example

White with #7F2D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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