Html Css Color HEX #852F41 Paprika

📋 copy color: '#852F41'

red 133 ◦ green 47 ◦ blue 65

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

Shades of Paprika #852F41

Tints of Paprika #852F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

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

R = 54.29%
G = 19.18%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#852F41 (or 0x852F41) is known color: Paprika. HEX triplet: 85, 2F and 41. RGB value is (133,47,65). Sum of RGB (Red+Green+Blue) = 133+47+65=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #852F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F41 is #7AD0BE. Grayscale: #4A4A4A. Windows color (decimal): -8048831 or 4272005. OLE color: 4272005.

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

Color convert

RGB 133 47 65 -
CMYK 0 0.65 0.51 0.48
HSL 347.44º 0.48% 0.35% -
HSV(B) 347.44º 0.65% 0.52% -
XYZ 11.64 7.4 5.82 -
YUV 74.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 133 47 65 0 0.65 0.51 0.48 347.44 0.48 0.35
Hex 85 2F 41 0 41 33 30 15B 30 23
Octal 205 57 101 0 101 63 60 533 60 43
Binary 10000101 101111 1000001 0 1000001 110011 110000 101011011 110000 100011

Color Harmonies of #852F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F41

Black with #852F41

Text Example


Text Example

White with #852F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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