Html Css Color HEX #7F2C36 Paprika

📋 copy color: '#7F2C36'

red 127 ◦ green 44 ◦ blue 54

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

Shades of Paprika #7F2C36

Tints of Paprika #7F2C36

RGB

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

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

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

R = 56.44%
G = 19.56%
B = 24%

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

#7F2C36 (or 0x7F2C36) is known color: Paprika. HEX triplet: 7F, 2C and 36. RGB value is (127,44,54). Sum of RGB (Red+Green+Blue) = 127+44+54=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C36 is #80D3C9. Grayscale: #464646. Windows color (decimal): -8442826 or 3550335. OLE color: 3550335.

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

Color convert

RGB 127 44 54 -
CMYK 0 0.65 0.57 0.50
HSL 352.77º 0.49% 0.34% -
HSV(B) 352.77º 0.65% 0.5% -
XYZ 10.32 6.58 4.22 -
YUV 69.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 127 44 54 0 0.65 0.57 0.50 352.77 0.49 0.34
Hex 7F 2C 36 0 41 39 32 161 31 22
Octal 177 54 66 0 101 71 62 541 61 42
Binary 1111111 101100 110110 0 1000001 111001 110010 101100001 110001 100010

Color Harmonies of #7F2C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2C36

Black with #7F2C36

Text Example


Text Example

White with #7F2C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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