Html Css Color HEX #873340 Paprika

📋 copy color: '#873340'

red 135 ◦ green 51 ◦ blue 64

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

Shades of Paprika #873340

Tints of Paprika #873340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 54%
G = 20.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#873340 (or 0x873340) is known color: Paprika. HEX triplet: 87, 33 and 40. RGB value is (135,51,64). Sum of RGB (Red+Green+Blue) = 135+51+64=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #873340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873340 is #78CCBF. Grayscale: #4D4D4D. Windows color (decimal): -7916736 or 4207495. OLE color: 4207495.

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

Color convert

RGB 135 51 64 -
CMYK 0 0.62 0.53 0.47
HSL 350.71º 0.45% 0.36% -
HSV(B) 350.71º 0.62% 0.53% -
XYZ 12.1 7.89 5.74 -
YUV 77.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 135 51 64 0 0.62 0.53 0.47 350.71 0.45 0.36
Hex 87 33 40 0 3E 35 2F 15F 2D 24
Octal 207 63 100 0 76 65 57 537 55 44
Binary 10000111 110011 1000000 0 111110 110101 101111 101011111 101101 100100

Color Harmonies of #873340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873340

Black with #873340

Text Example


Text Example

White with #873340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873340; }

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

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

background-color css

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

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

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

border-color css

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

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

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