Html Css Color HEX #853440 Paprika

📋 copy color: '#853440'

red 133 ◦ green 52 ◦ blue 64

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

Shades of Paprika #853440

Tints of Paprika #853440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 53.41%
G = 20.88%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#853440 (or 0x853440) is known color: Paprika. HEX triplet: 85, 34 and 40. RGB value is (133,52,64). Sum of RGB (Red+Green+Blue) = 133+52+64=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853440 is #7ACBBF. Grayscale: #4D4D4D. Windows color (decimal): -8047552 or 4207749. OLE color: 4207749.

HSL color Cylindrical-coordinate representation of color #853440: hue angle of 351.11º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853440 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 64 -
CMYK 0 0.61 0.52 0.48
HSL 351.11º 0.44% 0.36% -
HSV(B) 351.11º 0.61% 0.52% -
XYZ 11.83 7.81 5.74 -
YUV 77.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 133 52 64 0 0.61 0.52 0.48 351.11 0.44 0.36
Hex 85 34 40 0 3D 34 30 15F 2C 24
Octal 205 64 100 0 75 64 60 537 54 44
Binary 10000101 110100 1000000 0 111101 110100 110000 101011111 101100 100100

Color Harmonies of #853440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853440

Black with #853440

Text Example


Text Example

White with #853440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853440; }

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

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

background-color css

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

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

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

border-color css

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

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

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