Html Css Color HEX #86333F Paprika

📋 copy color: '#86333F'

red 134 ◦ green 51 ◦ blue 63

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

Shades of Paprika #86333F

Tints of Paprika #86333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 54.03%
G = 20.56%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86333F (or 0x86333F) is known color: Paprika. HEX triplet: 86, 33 and 3F. RGB value is (134,51,63). Sum of RGB (Red+Green+Blue) = 134+51+63=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86333F is #79CCC0. Grayscale: #4D4D4D. Windows color (decimal): -7982273 or 4141958. OLE color: 4141958.

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

Color convert

RGB 134 51 63 -
CMYK 0 0.62 0.53 0.47
HSL 351.33º 0.45% 0.36% -
HSV(B) 351.33º 0.62% 0.53% -
XYZ 11.91 7.79 5.58 -
YUV 77.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 134 51 63 0 0.62 0.53 0.47 351.33 0.45 0.36
Hex 86 33 3F 0 3E 35 2F 15F 2D 24
Octal 206 63 77 0 76 65 57 537 55 44
Binary 10000110 110011 111111 0 111110 110101 101111 101011111 101101 100100

Color Harmonies of #86333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86333F

Black with #86333F

Text Example


Text Example

White with #86333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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