Html Css Color HEX #85333E Paprika

📋 copy color: '#85333E'

red 133 ◦ green 51 ◦ blue 62

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

Shades of Paprika #85333E

Tints of Paprika #85333E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 54.07%
G = 20.73%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85333E (or 0x85333E) is known color: Paprika. HEX triplet: 85, 33 and 3E. RGB value is (133,51,62). Sum of RGB (Red+Green+Blue) = 133+51+62=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85333E is #7ACCC1. Grayscale: #4C4C4C. Windows color (decimal): -8047810 or 4076421. OLE color: 4076421.

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

Color convert

RGB 133 51 62 -
CMYK 0 0.62 0.53 0.48
HSL 351.95º 0.45% 0.36% -
HSV(B) 351.95º 0.62% 0.52% -
XYZ 11.73 7.7 5.43 -
YUV 76.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 133 51 62 0 0.62 0.53 0.48 351.95 0.45 0.36
Hex 85 33 3E 0 3E 35 30 160 2D 24
Octal 205 63 76 0 76 65 60 540 55 44
Binary 10000101 110011 111110 0 111110 110101 110000 101100000 101101 100100

Color Harmonies of #85333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85333E

Black with #85333E

Text Example


Text Example

White with #85333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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