Html Css Color HEX #853040 Paprika

📋 copy color: '#853040'

red 133 ◦ green 48 ◦ blue 64

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

Shades of Paprika #853040

Tints of Paprika #853040

RGB

 RED value IS 133 (52.34% from 255) = 54.29%

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

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

R = 54.29%
G = 19.59%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#853040 (or 0x853040) is known color: Paprika. HEX triplet: 85, 30 and 40. RGB value is (133,48,64). Sum of RGB (Red+Green+Blue) = 133+48+64=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #853040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853040 is #7ACFBF. Grayscale: #4B4B4B. Windows color (decimal): -8048576 or 4206725. OLE color: 4206725.

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

Color convert

RGB 133 48 64 -
CMYK 0 0.64 0.52 0.48
HSL 348.71º 0.47% 0.35% -
HSV(B) 348.71º 0.64% 0.52% -
XYZ 11.66 7.47 5.68 -
YUV 75.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 133 48 64 0 0.64 0.52 0.48 348.71 0.47 0.35
Hex 85 30 40 0 40 34 30 15D 2F 23
Octal 205 60 100 0 100 64 60 535 57 43
Binary 10000101 110000 1000000 0 1000000 110100 110000 101011101 101111 100011

Color Harmonies of #853040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853040

Black with #853040

Text Example


Text Example

White with #853040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853040; }

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

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

background-color css

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

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

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

border-color css

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

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

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