Html Css Color HEX #853340 Paprika

📋 copy color: '#853340'

red 133 ◦ green 51 ◦ blue 64

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

Shades of Paprika #853340

Tints of Paprika #853340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 53.63%
G = 20.56%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#853340 (or 0x853340) is known color: Paprika. HEX triplet: 85, 33 and 40. RGB value is (133,51,64). Sum of RGB (Red+Green+Blue) = 133+51+64=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #853340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853340 is #7ACCBF. Grayscale: #4D4D4D. Windows color (decimal): -8047808 or 4207493. OLE color: 4207493.

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

Color convert

RGB 133 51 64 -
CMYK 0 0.62 0.52 0.48
HSL 350.49º 0.45% 0.36% -
HSV(B) 350.49º 0.62% 0.52% -
XYZ 11.78 7.72 5.72 -
YUV 77 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 133 51 64 0 0.62 0.52 0.48 350.49 0.45 0.36
Hex 85 33 40 0 3E 34 30 15E 2D 24
Octal 205 63 100 0 76 64 60 536 55 44
Binary 10000101 110011 1000000 0 111110 110100 110000 101011110 101101 100100

Color Harmonies of #853340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853340

Black with #853340

Text Example


Text Example

White with #853340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853340; }

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

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

background-color css

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

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

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

border-color css

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

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

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