Html Css Color HEX #86323E Paprika

📋 copy color: '#86323E'

red 134 ◦ green 50 ◦ blue 62

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

Shades of Paprika #86323E

Tints of Paprika #86323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 54.47%
G = 20.33%
B = 25.2%

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

#86323E (or 0x86323E) is known color: Paprika. HEX triplet: 86, 32 and 3E. RGB value is (134,50,62). Sum of RGB (Red+Green+Blue) = 134+50+62=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86323E is #79CDC1. Grayscale: #4C4C4C. Windows color (decimal): -7982530 or 4076166. OLE color: 4076166.

HSL color Cylindrical-coordinate representation of color #86323E: hue angle of 351.43º 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 #86323E is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 62 -
CMYK 0 0.63 0.54 0.47
HSL 351.43º 0.46% 0.36% -
HSV(B) 351.43º 0.63% 0.53% -
XYZ 11.84 7.7 5.42 -
YUV 76.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 134 50 62 0 0.63 0.54 0.47 351.43 0.46 0.36
Hex 86 32 3E 0 3F 36 2F 15F 2E 24
Octal 206 62 76 0 77 66 57 537 56 44
Binary 10000110 110010 111110 0 111111 110110 101111 101011111 101110 100100

Color Harmonies of #86323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86323E

Black with #86323E

Text Example


Text Example

White with #86323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86323E; }

 p { color: rgb(134,50,62); }

 H1.HeaderClassName
 {
   color: #86323E;
 }
 .AnyTagClassName
 {
   color: #86323E;
 }
</style>

background-color css

<style>
 a { background-color: #86323E; }

 a { background-color: rgb(134,50,62); }

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

border-color css

<style>
 span { border-color: #86323E; }

 span { border-color: rgb(134,50,62); }

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