Html Css Color HEX #86313D Paprika

📋 copy color: '#86313D'

red 134 ◦ green 49 ◦ blue 61

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

Shades of Paprika #86313D

Tints of Paprika #86313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.08%

 BLUE value IS 61 (24.22% from 255) = 25%

R = 54.92%
G = 20.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86313D (or 0x86313D) is known color: Paprika. HEX triplet: 86, 31 and 3D. RGB value is (134,49,61). Sum of RGB (Red+Green+Blue) = 134+49+61=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86313D is #79CEC2. Grayscale: #4B4B4B. Windows color (decimal): -7982787 or 4010374. OLE color: 4010374.

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

Color convert

RGB 134 49 61 -
CMYK 0 0.63 0.54 0.47
HSL 351.53º 0.46% 0.36% -
HSV(B) 351.53º 0.63% 0.53% -
XYZ 11.77 7.6 5.26 -
YUV 75.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 134 49 61 0 0.63 0.54 0.47 351.53 0.46 0.36
Hex 86 31 3D 0 3F 36 2F 160 2E 24
Octal 206 61 75 0 77 66 57 540 56 44
Binary 10000110 110001 111101 0 111111 110110 101111 101100000 101110 100100

Color Harmonies of #86313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86313D

Black with #86313D

Text Example


Text Example

White with #86313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86313D; }

 p { color: rgb(134,49,61); }

 H1.HeaderClassName
 {
   color: #86313D;
 }
 .AnyTagClassName
 {
   color: #86313D;
 }
</style>

background-color css

<style>
 a { background-color: #86313D; }

 a { background-color: rgb(134,49,61); }

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

border-color css

<style>
 span { border-color: #86313D; }

 span { border-color: rgb(134,49,61); }

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