Html Css Color HEX #85323D Paprika

📋 copy color: '#85323D'

red 133 ◦ green 50 ◦ blue 61

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

Shades of Paprika #85323D

Tints of Paprika #85323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 61 (24.22% from 255) = 25%

R = 54.51%
G = 20.49%
B = 25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85323D (or 0x85323D) is known color: Paprika. HEX triplet: 85, 32 and 3D. RGB value is (133,50,61). Sum of RGB (Red+Green+Blue) = 133+50+61=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85323D is #7ACDC2. Grayscale: #4C4C4C. Windows color (decimal): -8048067 or 4010629. OLE color: 4010629.

HSL color Cylindrical-coordinate representation of color #85323D: hue angle of 352.05º 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 #85323D is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 61 -
CMYK 0 0.62 0.54 0.48
HSL 352.05º 0.45% 0.36% -
HSV(B) 352.05º 0.62% 0.52% -
XYZ 11.66 7.6 5.27 -
YUV 76.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 133 50 61 0 0.62 0.54 0.48 352.05 0.45 0.36
Hex 85 32 3D 0 3E 36 30 160 2D 24
Octal 205 62 75 0 76 66 60 540 55 44
Binary 10000101 110010 111101 0 111110 110110 110000 101100000 101101 100100

Color Harmonies of #85323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85323D

Black with #85323D

Text Example


Text Example

White with #85323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85323D; }

 p { color: rgb(133,50,61); }

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

background-color css

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

 a { background-color: rgb(133,50,61); }

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

border-color css

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

 span { border-color: rgb(133,50,61); }

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