Html Css Color HEX #7F2840 Paprika

📋 copy color: '#7F2840'

red 127 ◦ green 40 ◦ blue 64

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

Shades of Paprika #7F2840

Tints of Paprika #7F2840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 54.98%
G = 17.32%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F2840 (or 0x7F2840) is known color: Paprika. HEX triplet: 7F, 28 and 40. RGB value is (127,40,64). Sum of RGB (Red+Green+Blue) = 127+40+64=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2840 is #80D7BF. Grayscale: #444444. Windows color (decimal): -8443840 or 4204671. OLE color: 4204671.

HSL color Cylindrical-coordinate representation of color #7F2840: hue angle of 343.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F2840 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 40 64 -
CMYK 0 0.69 0.50 0.50
HSL 343.45º 0.52% 0.33% -
HSV(B) 343.45º 0.69% 0.5% -
XYZ 10.44 6.4 5.54 -
YUV 68.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 127 40 64 0 0.69 0.50 0.50 343.45 0.52 0.33
Hex 7F 28 40 0 45 32 32 157 34 21
Octal 177 50 100 0 105 62 62 527 64 41
Binary 1111111 101000 1000000 0 1000101 110010 110010 101010111 110100 100001

Color Harmonies of #7F2840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2840

Black with #7F2840

Text Example


Text Example

White with #7F2840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,40,64); }

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

background-color css

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

 a { background-color: rgb(127,40,64); }

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

border-color css

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

 span { border-color: rgb(127,40,64); }

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