Html Css Color HEX #873040 Paprika

📋 copy color: '#873040'

red 135 ◦ green 48 ◦ blue 64

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

Shades of Paprika #873040

Tints of Paprika #873040

RGB

 RED value IS 135 (53.13% from 255) = 54.66%

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 54.66%
G = 19.43%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#873040 (or 0x873040) is known color: Paprika. HEX triplet: 87, 30 and 40. RGB value is (135,48,64). Sum of RGB (Red+Green+Blue) = 135+48+64=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #873040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873040 is #78CFBF. Grayscale: #4B4B4B. Windows color (decimal): -7917504 or 4206727. OLE color: 4206727.

HSL color Cylindrical-coordinate representation of color #873040: hue angle of 348.97º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873040 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 64 -
CMYK 0 0.64 0.53 0.47
HSL 348.97º 0.48% 0.36% -
HSV(B) 348.97º 0.64% 0.53% -
XYZ 11.97 7.63 5.69 -
YUV 75.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 135 48 64 0 0.64 0.53 0.47 348.97 0.48 0.36
Hex 87 30 40 0 40 35 2F 15D 30 24
Octal 207 60 100 0 100 65 57 535 60 44
Binary 10000111 110000 1000000 0 1000000 110101 101111 101011101 110000 100100

Color Harmonies of #873040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873040

Black with #873040

Text Example


Text Example

White with #873040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873040; }

 p { color: rgb(135,48,64); }

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

background-color css

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

 a { background-color: rgb(135,48,64); }

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

border-color css

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

 span { border-color: rgb(135,48,64); }

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