Html Css Color HEX #7F2838 Paprika

📋 copy color: '#7F2838'

red 127 ◦ green 40 ◦ blue 56

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

Shades of Paprika #7F2838

Tints of Paprika #7F2838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 56.95%
G = 17.94%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#7F2838 (or 0x7F2838) is known color: Paprika. HEX triplet: 7F, 28 and 38. RGB value is (127,40,56). Sum of RGB (Red+Green+Blue) = 127+40+56=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2838 is #80D7C7. Grayscale: #434343. Windows color (decimal): -8443848 or 3680383. OLE color: 3680383.

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

Color convert

RGB 127 40 56 -
CMYK 0 0.69 0.56 0.50
HSL 348.97º 0.52% 0.33% -
HSV(B) 348.97º 0.69% 0.5% -
XYZ 10.23 6.32 4.42 -
YUV 67.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 127 40 56 0 0.69 0.56 0.50 348.97 0.52 0.33
Hex 7F 28 38 0 45 38 32 15D 34 21
Octal 177 50 70 0 105 70 62 535 64 41
Binary 1111111 101000 111000 0 1000101 111000 110010 101011101 110100 100001

Color Harmonies of #7F2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2838

Black with #7F2838

Text Example


Text Example

White with #7F2838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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