Html Css Color HEX #852F3B Paprika

📋 copy color: '#852F3B'

red 133 ◦ green 47 ◦ blue 59

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

Shades of Paprika #852F3B

Tints of Paprika #852F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 55.65%
G = 19.67%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#852F3B (or 0x852F3B) is known color: Paprika. HEX triplet: 85, 2F and 3B. RGB value is (133,47,59). Sum of RGB (Red+Green+Blue) = 133+47+59=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F3B is #7AD0C4. Grayscale: #4A4A4A. Windows color (decimal): -8048837 or 3878789. OLE color: 3878789.

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

Color convert

RGB 133 47 59 -
CMYK 0 0.65 0.56 0.48
HSL 351.63º 0.48% 0.35% -
HSV(B) 351.63º 0.65% 0.52% -
XYZ 11.48 7.34 4.95 -
YUV 74.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 133 47 59 0 0.65 0.56 0.48 351.63 0.48 0.35
Hex 85 2F 3B 0 41 38 30 160 30 23
Octal 205 57 73 0 101 70 60 540 60 43
Binary 10000101 101111 111011 0 1000001 111000 110000 101100000 110000 100011

Color Harmonies of #852F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F3B

Black with #852F3B

Text Example


Text Example

White with #852F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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