Html Css Color HEX #852C41 Paprika

📋 copy color: '#852C41'

red 133 ◦ green 44 ◦ blue 65

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

Shades of Paprika #852C41

Tints of Paprika #852C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.18%

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

R = 54.96%
G = 18.18%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#852C41 (or 0x852C41) is known color: Paprika. HEX triplet: 85, 2C and 41. RGB value is (133,44,65). Sum of RGB (Red+Green+Blue) = 133+44+65=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #852C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C41 is #7AD3BE. Grayscale: #494949. Windows color (decimal): -8049599 or 4271237. OLE color: 4271237.

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

Color convert

RGB 133 44 65 -
CMYK 0 0.67 0.51 0.48
HSL 345.84º 0.5% 0.35% -
HSV(B) 345.84º 0.67% 0.52% -
XYZ 11.53 7.17 5.78 -
YUV 73.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 133 44 65 0 0.67 0.51 0.48 345.84 0.5 0.35
Hex 85 2C 41 0 43 33 30 15A 32 23
Octal 205 54 101 0 103 63 60 532 62 43
Binary 10000101 101100 1000001 0 1000011 110011 110000 101011010 110010 100011

Color Harmonies of #852C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C41

Black with #852C41

Text Example


Text Example

White with #852C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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