Html Css Color HEX #852F3A Paprika

📋 copy color: '#852F3A'

red 133 ◦ green 47 ◦ blue 58

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

Shades of Paprika #852F3A

Tints of Paprika #852F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 55.88%
G = 19.75%
B = 24.37%

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

#852F3A (or 0x852F3A) is known color: Paprika. HEX triplet: 85, 2F and 3A. RGB value is (133,47,58). Sum of RGB (Red+Green+Blue) = 133+47+58=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #852F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F3A is #7AD0C5. Grayscale: #4A4A4A. Windows color (decimal): -8048838 or 3813253. OLE color: 3813253.

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

Color convert

RGB 133 47 58 -
CMYK 0 0.65 0.56 0.48
HSL 352.33º 0.48% 0.35% -
HSV(B) 352.33º 0.65% 0.52% -
XYZ 11.45 7.33 4.81 -
YUV 73.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 133 47 58 0 0.65 0.56 0.48 352.33 0.48 0.35
Hex 85 2F 3A 0 41 38 30 160 30 23
Octal 205 57 72 0 101 70 60 540 60 43
Binary 10000101 101111 111010 0 1000001 111000 110000 101100000 110000 100011

Color Harmonies of #852F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F3A

Black with #852F3A

Text Example


Text Example

White with #852F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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