Html Css Color HEX #853039 Paprika

📋 copy color: '#853039'

red 133 ◦ green 48 ◦ blue 57

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

Shades of Paprika #853039

Tints of Paprika #853039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

 BLUE value IS 57 (22.66% from 255) = 23.95%

R = 55.88%
G = 20.17%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#853039 (or 0x853039) is known color: Paprika. HEX triplet: 85, 30 and 39. RGB value is (133,48,57). Sum of RGB (Red+Green+Blue) = 133+48+57=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853039 is #7ACFC6. Grayscale: #4A4A4A. Windows color (decimal): -8048583 or 3747973. OLE color: 3747973.

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

Color convert

RGB 133 48 57 -
CMYK 0 0.64 0.57 0.48
HSL 353.65º 0.47% 0.35% -
HSV(B) 353.65º 0.64% 0.52% -
XYZ 11.47 7.4 4.69 -
YUV 74.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 133 48 57 0 0.64 0.57 0.48 353.65 0.47 0.35
Hex 85 30 39 0 40 39 30 162 2F 23
Octal 205 60 71 0 100 71 60 542 57 43
Binary 10000101 110000 111001 0 1000000 111001 110000 101100010 101111 100011

Color Harmonies of #853039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853039

Black with #853039

Text Example


Text Example

White with #853039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853039; }

 p { color: rgb(133,48,57); }

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

background-color css

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

 a { background-color: rgb(133,48,57); }

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

border-color css

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

 span { border-color: rgb(133,48,57); }

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