Html Css Color HEX #852F40 Paprika

📋 copy color: '#852F40'

red 133 ◦ green 47 ◦ blue 64

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

Shades of Paprika #852F40

Tints of Paprika #852F40

RGB

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

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

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

R = 54.51%
G = 19.26%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#852F40 (or 0x852F40) is known color: Paprika. HEX triplet: 85, 2F and 40. RGB value is (133,47,64). Sum of RGB (Red+Green+Blue) = 133+47+64=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #852F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F40 is #7AD0BF. Grayscale: #4A4A4A. Windows color (decimal): -8048832 or 4206469. OLE color: 4206469.

HSL color Cylindrical-coordinate representation of color #852F40: hue angle of 348.14º 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 #852F40 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 47 64 -
CMYK 0 0.65 0.52 0.48
HSL 348.14º 0.48% 0.35% -
HSV(B) 348.14º 0.65% 0.52% -
XYZ 11.61 7.39 5.66 -
YUV 74.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 133 47 64 0 0.65 0.52 0.48 348.14 0.48 0.35
Hex 85 2F 40 0 41 34 30 15C 30 23
Octal 205 57 100 0 101 64 60 534 60 43
Binary 10000101 101111 1000000 0 1000001 110100 110000 101011100 110000 100011

Color Harmonies of #852F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F40

Black with #852F40

Text Example


Text Example

White with #852F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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