Html Css Color HEX #86303F Paprika

📋 copy color: '#86303F'

red 134 ◦ green 48 ◦ blue 63

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

Shades of Paprika #86303F

Tints of Paprika #86303F

RGB

 RED value IS 134 (52.73% from 255) = 54.69%

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

 BLUE value IS 63 (25% from 255) = 25.71%

R = 54.69%
G = 19.59%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86303F (or 0x86303F) is known color: Paprika. HEX triplet: 86, 30 and 3F. RGB value is (134,48,63). Sum of RGB (Red+Green+Blue) = 134+48+63=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86303F is #79CFC0. Grayscale: #4B4B4B. Windows color (decimal): -7983041 or 4141190. OLE color: 4141190.

HSL color Cylindrical-coordinate representation of color #86303F: hue angle of 349.53º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86303F is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 63 -
CMYK 0 0.64 0.53 0.47
HSL 349.53º 0.47% 0.36% -
HSV(B) 349.53º 0.64% 0.53% -
XYZ 11.79 7.54 5.54 -
YUV 75.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 134 48 63 0 0.64 0.53 0.47 349.53 0.47 0.36
Hex 86 30 3F 0 40 35 2F 15E 2F 24
Octal 206 60 77 0 100 65 57 536 57 44
Binary 10000110 110000 111111 0 1000000 110101 101111 101011110 101111 100100

Color Harmonies of #86303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86303F

Black with #86303F

Text Example


Text Example

White with #86303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86303F; }

 p { color: rgb(134,48,63); }

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

background-color css

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

 a { background-color: rgb(134,48,63); }

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

border-color css

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

 span { border-color: rgb(134,48,63); }

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