Html Css Color HEX #852A41 Paprika

📋 copy color: '#852A41'

red 133 ◦ green 42 ◦ blue 65

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

Shades of Paprika #852A41

Tints of Paprika #852A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.5%

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

R = 55.42%
G = 17.5%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#852A41 (or 0x852A41) is known color: Paprika. HEX triplet: 85, 2A and 41. RGB value is (133,42,65). Sum of RGB (Red+Green+Blue) = 133+42+65=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #852A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A41 is #7AD5BE. Grayscale: #474747. Windows color (decimal): -8050111 or 4270725. OLE color: 4270725.

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

Color convert

RGB 133 42 65 -
CMYK 0 0.68 0.51 0.48
HSL 344.84º 0.52% 0.34% -
HSV(B) 344.84º 0.68% 0.52% -
XYZ 11.45 7.02 5.75 -
YUV 71.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 133 42 65 0 0.68 0.51 0.48 344.84 0.52 0.34
Hex 85 2A 41 0 44 33 30 159 34 22
Octal 205 52 101 0 104 63 60 531 64 42
Binary 10000101 101010 1000001 0 1000100 110011 110000 101011001 110100 100010

Color Harmonies of #852A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A41

Black with #852A41

Text Example


Text Example

White with #852A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852A41; }

 p { color: rgb(133,42,65); }

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

background-color css

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

 a { background-color: rgb(133,42,65); }

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

border-color css

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

 span { border-color: rgb(133,42,65); }

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