Html Css Color HEX #86303C Paprika

📋 copy color: '#86303C'

red 134 ◦ green 48 ◦ blue 60

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

Shades of Paprika #86303C

Tints of Paprika #86303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.79%

R = 55.37%
G = 19.83%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86303C (or 0x86303C) is known color: Paprika. HEX triplet: 86, 30 and 3C. RGB value is (134,48,60). Sum of RGB (Red+Green+Blue) = 134+48+60=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #86303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86303C is #79CFC3. Grayscale: #4B4B4B. Windows color (decimal): -7983044 or 3944582. OLE color: 3944582.

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

Color convert

RGB 134 48 60 -
CMYK 0 0.64 0.55 0.47
HSL 351.63º 0.47% 0.36% -
HSV(B) 351.63º 0.64% 0.53% -
XYZ 11.7 7.51 5.11 -
YUV 75.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 134 48 60 0 0.64 0.55 0.47 351.63 0.47 0.36
Hex 86 30 3C 0 40 37 2F 160 2F 24
Octal 206 60 74 0 100 67 57 540 57 44
Binary 10000110 110000 111100 0 1000000 110111 101111 101100000 101111 100100

Color Harmonies of #86303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86303C

Black with #86303C

Text Example


Text Example

White with #86303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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