Html Css Color HEX #85303B Paprika

📋 copy color: '#85303B'

red 133 ◦ green 48 ◦ blue 59

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

Shades of Paprika #85303B

Tints of Paprika #85303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.58%

R = 55.42%
G = 20%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85303B (or 0x85303B) is known color: Paprika. HEX triplet: 85, 30 and 3B. RGB value is (133,48,59). Sum of RGB (Red+Green+Blue) = 133+48+59=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #85303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85303B is #7ACFC4. Grayscale: #4A4A4A. Windows color (decimal): -8048581 or 3879045. OLE color: 3879045.

HSL color Cylindrical-coordinate representation of color #85303B: hue angle of 352.24º 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 #85303B is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 59 -
CMYK 0 0.64 0.56 0.48
HSL 352.24º 0.47% 0.35% -
HSV(B) 352.24º 0.64% 0.52% -
XYZ 11.52 7.42 4.96 -
YUV 74.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 133 48 59 0 0.64 0.56 0.48 352.24 0.47 0.35
Hex 85 30 3B 0 40 38 30 160 2F 23
Octal 205 60 73 0 100 70 60 540 57 43
Binary 10000101 110000 111011 0 1000000 111000 110000 101100000 101111 100011

Color Harmonies of #85303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85303B

Black with #85303B

Text Example


Text Example

White with #85303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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