Html Css Color HEX #873041 Paprika

📋 copy color: '#873041'

red 135 ◦ green 48 ◦ blue 65

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

Shades of Paprika #873041

Tints of Paprika #873041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 54.44%
G = 19.35%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#873041 (or 0x873041) is known color: Paprika. HEX triplet: 87, 30 and 41. RGB value is (135,48,65). Sum of RGB (Red+Green+Blue) = 135+48+65=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #873041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873041 is #78CFBE. Grayscale: #4B4B4B. Windows color (decimal): -7917503 or 4272263. OLE color: 4272263.

HSL color Cylindrical-coordinate representation of color #873041: hue angle of 348.28º 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 #873041 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 65 -
CMYK 0 0.64 0.52 0.47
HSL 348.28º 0.48% 0.36% -
HSV(B) 348.28º 0.64% 0.53% -
XYZ 12 7.65 5.84 -
YUV 75.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 135 48 65 0 0.64 0.52 0.47 348.28 0.48 0.36
Hex 87 30 41 0 40 34 2F 15C 30 24
Octal 207 60 101 0 100 64 57 534 60 44
Binary 10000111 110000 1000001 0 1000000 110100 101111 101011100 110000 100100

Color Harmonies of #873041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873041

Black with #873041

Text Example


Text Example

White with #873041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873041; }

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

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

background-color css

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

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

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

border-color css

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

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

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