Html Css Color HEX #852940 Paprika

📋 copy color: '#852940'

red 133 ◦ green 41 ◦ blue 64

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

Shades of Paprika #852940

Tints of Paprika #852940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 55.88%
G = 17.23%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#852940 (or 0x852940) is known color: Paprika. HEX triplet: 85, 29 and 40. RGB value is (133,41,64). Sum of RGB (Red+Green+Blue) = 133+41+64=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #852940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852940 is #7AD6BF. Grayscale: #474747. Windows color (decimal): -8050368 or 4204933. OLE color: 4204933.

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

Color convert

RGB 133 41 64 -
CMYK 0 0.69 0.52 0.48
HSL 345º 0.53% 0.34% -
HSV(B) 345º 0.69% 0.52% -
XYZ 11.39 6.94 5.59 -
YUV 71.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 133 41 64 0 0.69 0.52 0.48 345 0.53 0.34
Hex 85 29 40 0 45 34 30 159 35 22
Octal 205 51 100 0 105 64 60 531 65 42
Binary 10000101 101001 1000000 0 1000101 110100 110000 101011001 110101 100010

Color Harmonies of #852940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852940

Black with #852940

Text Example


Text Example

White with #852940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852940; }

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

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

background-color css

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

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

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

border-color css

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

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

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