Html Css Color HEX #86303B Paprika

📋 copy color: '#86303B'

red 134 ◦ green 48 ◦ blue 59

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

Shades of Paprika #86303B

Tints of Paprika #86303B

RGB

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

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

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

R = 55.6%
G = 19.92%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86303B (or 0x86303B) is known color: Paprika. HEX triplet: 86, 30 and 3B. RGB value is (134,48,59). Sum of RGB (Red+Green+Blue) = 134+48+59=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #86303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86303B is #79CFC4. Grayscale: #4B4B4B. Windows color (decimal): -7983045 or 3879046. OLE color: 3879046.

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

Color convert

RGB 134 48 59 -
CMYK 0 0.64 0.56 0.47
HSL 352.33º 0.47% 0.36% -
HSV(B) 352.33º 0.64% 0.53% -
XYZ 11.68 7.5 4.97 -
YUV 74.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 134 48 59 0 0.64 0.56 0.47 352.33 0.47 0.36
Hex 86 30 3B 0 40 38 2F 160 2F 24
Octal 206 60 73 0 100 70 57 540 57 44
Binary 10000110 110000 111011 0 1000000 111000 101111 101100000 101111 100100

Color Harmonies of #86303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86303B

Black with #86303B

Text Example


Text Example

White with #86303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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